Caffe2 - C++ API
A deep learning, cross platform ML framework
proto_wrap.h
1 #ifndef CAFFE2_UTILS_PROTO_WRAP_H_
2 #define CAFFE2_UTILS_PROTO_WRAP_H_
3 
4 #include "caffe2/core/common.h"
5 
6 namespace caffe2 {
7 
8 // A wrapper function to shut down protobuf library (this is needed in ASAN
9 // testing and valgrind cases to avoid protobuf appearing to "leak" memory).
10 CAFFE2_API void ShutdownProtobufLibrary();
11 
12 } // namespace caffe2
13 
14 #endif // CAFFE2_UTILS_PROTO_WRAP_H_
A global dictionary that holds information about what Caffe2 modules have been loaded in the current ...
Definition: blob.h:13