Caffe2 - C++ API
A deep learning, cross platform ML framework
byte_weight_dequant_op.cc
1 #include "caffe2/operators/byte_weight_dequant_op.h"
2 
3 #include "caffe2/utils/math.h"
4 
5 namespace caffe2 {
6 
7 REGISTER_CPU_OPERATOR(ByteWeightDequant, ByteWeightDequantOp<CPUContext>);
8 
9 OPERATOR_SCHEMA(ByteWeightDequant).NumInputs(1).NumOutputs(1);
10 
11 } // namespace caffe2
A global dictionary that holds information about what Caffe2 modules have been loaded in the current ...
Definition: blob.h:13