Caffe2 - C++ API
A deep learning, cross platform ML framework
distributed_converter.cc
1 #include "caffe2/opt/converter.h"
2 
3 namespace caffe2 {
4 namespace {
5 
6 using namespace nom;
7 using namespace nom::repr;
8 
9 TRIVIAL_CONVERTER(Declare);
10 REGISTER_CONVERTER(Declare, DeclareConverter);
11 
12 TRIVIAL_CONVERTER(Export);
13 REGISTER_CONVERTER(Export, ExportConverter);
14 
15 } // namespace
16 } // namespace caffe2
Definition: Dot.h:16
A global dictionary that holds information about what Caffe2 modules have been loaded in the current ...
Definition: blob.h:13