Caffe2 - C++ API
A deep learning, cross platform ML framework
tt_contraction_op_gpu.cc
1 
17 #include "caffe2/core/context_gpu.h"
18 #include "caffe2/experiments/operators/tt_contraction_op.h"
19 
20 namespace caffe2 {
21 
22 REGISTER_CUDA_OPERATOR(TTContraction, TTContractionOp<float, CUDAContext>);
23 REGISTER_CUDA_OPERATOR(
24  TTContractionGradient,
25  TTContractionGradientOp<float, CUDAContext>);
26 
27 } // namespace caffe2
A global dictionary that holds information about what Caffe2 modules have been loaded in the current ...
Definition: blob.h:13