3 #include "caffe2/core/tensor.h" 22 const std::string& tensor_name,
23 const std::string& file_name);
26 const std::string& tensor_name,
27 const std::string& file_name,
30 void Print(
const Tensor& tensor);
32 void PrintMeta(
const Tensor& tensor) {
33 tensorPrinter_.PrintMeta(tensor);
37 static void PrintTensor(
const Tensor& tensor);
40 void PrintTensorMeta(
const Tensor& tensor) {
41 DefaultTensorPrinter().PrintMeta(tensor);
A global dictionary that holds information about what Caffe2 modules have been loaded in the current ...