Caffe2 - C++ API
A deep learning, cross platform ML framework
mpscnn_test.h
1 
2 #include "caffe2/core/net.h"
3 #pragma once
4 
5 namespace caffe2 {
6 
7 void testMPSCNN();
8 void compareModels(const NetDef& initNet, NetDef predictNet);
9 void verifyRewrite(const NetDef& initNet, const NetDef& net, std::vector<int> inputDims);
10 } // namespace caffe2
A global dictionary that holds information about what Caffe2 modules have been loaded in the current ...
Definition: blob.h:13