Caffe2 - C++ API
A deep learning, cross platform ML framework
Related Pages
Modules
Data Structures
Files
C++ API
Python API
GitHub
File List
Globals
caffe2
experiments
operators
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
caffe2
A global dictionary that holds information about what Caffe2 modules have been loaded in the current ...
Definition:
blob.h:13
Generated on Thu Mar 21 2019 13:06:12 for Caffe2 - C++ API by
1.8.11