1 #include "caffe2/core/qtensor_serialization.h" 5 REGISTER_BLOB_SERIALIZER(
6 (TypeMeta::Id<QTensor<CPUContext>>()),
7 QTensorSerializer<CPUContext>);
8 REGISTER_BLOB_DESERIALIZER(QTensor, QTensorDeserializer<CPUContext>);
A global dictionary that holds information about what Caffe2 modules have been loaded in the current ...