1 #include "caffe2/operators/rnn/recurrent_network_blob_fetcher_op.h" 6 RecurrentNetworkBlobFetcher,
7 RecurrentNetworkBlobFetcherOp<CPUContext>);
9 OPERATOR_SCHEMA(RecurrentNetworkBlobFetcher)
13 Retrieves blobs from scratch workspaces (which contain intermediate recurrent 14 network computation for each timestep) and puts them in the global 15 workspace under CPUContext. 17 .Arg("prefix",
"Prefix string to prepend extracted blobs.")
20 "ScratchWorkspaceBlob",
21 "Name of scratch workspace blob returned by recurrent network.")
25 "1D tensor of strings containing extracted blob names.");
27 SHOULD_NOT_DO_GRADIENT(RecurrentNetworkBlobFetcher);
A global dictionary that holds information about what Caffe2 modules have been loaded in the current ...