1 #include "caffe2/operators/feed_blob_op.h" 4 REGISTER_CPU_OPERATOR(FeedBlob, FeedBlobOp<CPUContext>);
5 SHOULD_NOT_DO_GRADIENT(FeedBlob);
7 OPERATOR_SCHEMA(FeedBlob)
11 FeedBlobs the content of the blobs. The input and output blobs should be 12 one-to-one inplace.)DOC") 15 "(string) if provided then we will use this string as the value for the" 16 "provided output tensor");
A global dictionary that holds information about what Caffe2 modules have been loaded in the current ...