1 #include "caffe2/utils/proto_wrap.h" 2 #include "caffe2/core/common.h" 4 #include <google/protobuf/stubs/common.h> 5 #include <google/protobuf/generated_message_util.h> 12 CAFFE2_API const ::std::string& GetEmptyStringAlreadyInited() {
13 return ::google::protobuf::internal::GetEmptyStringAlreadyInited();
23 CAFFE2_API const ::std::string& GetEmptyStringAlreadyInited() {
24 return ::google::protobuf::internal::GetEmptyStringAlreadyInited();
27 void ShutdownProtobufLibrary() {
28 ::google::protobuf::ShutdownProtobufLibrary();
38 CAFFE2_API const ::std::string& GetEmptyStringAlreadyInited() {
39 return ::google::protobuf::internal::GetEmptyStringAlreadyInited();
42 void ShutdownProtobufLibrary() {
43 ::google::protobuf::ShutdownProtobufLibrary();
A global dictionary that holds information about what Caffe2 modules have been loaded in the current ...