Caffe2 - C++ API
A deep learning, cross platform ML framework
fully_connected_op_sparse.cc
1 
17 #include "caffe2/experiments/operators/fully_connected_op_sparse.h"
18 
19 namespace caffe2 {
20 namespace {
21 
22 REGISTER_CPU_OPERATOR(FC_Sparse, FullyConnectedOp_SPARSE<float, CPUContext>);
23 
24 OPERATOR_SCHEMA(FC_Sparse).NumInputs(5).NumOutputs(1);
25 } // namespace
26 } // namespace caffe2
A global dictionary that holds information about what Caffe2 modules have been loaded in the current ...
Definition: blob.h:13