3 #include "store_handler.h"     5 #include <caffe2/core/operator.h>    12   bool RunOnDevice() 
override;
    15   std::string blobName_;
    17   INPUT_TAGS(HANDLER, DATA);
    23   bool RunOnDevice() 
override;
    26   std::string blobName_;
    35   bool RunOnDevice() 
override;
    38   std::string blobName_;
    48   bool RunOnDevice() 
override;
    51   std::vector<std::string> blobNames_;
 
Workspace is a class that holds all the related objects created during runtime: (1) all blobs...
 
A global dictionary that holds information about what Caffe2 modules have been loaded in the current ...