5 #include "caffe2/core/common.h"     6 #include "caffe2/core/net.h"     7 #include "observers/macros.h"    14   int64_t bytes_written = 0;
    15   int64_t bytes_read = 0;
    16   std::vector<TensorShape> tensor_shapes = {};
    17   std::vector<Argument> args = {};
    18   std::string engine = 
""; 
    19   std::string type = 
""; 
    35       std::map<std::string, PerformanceInformation>&) = 0;
 
A global dictionary that holds information about what Caffe2 modules have been loaded in the current ...