3 #include "caffe2/core/context.h" 4 #include "caffe2/core/logging.h" 5 #include "caffe2/core/operator.h" 6 #include "caffe2/utils/math.h" 11 template <
typename T,
class Context>
15 USE_OPERATOR_CONTEXT_FUNCTIONS;
16 bool RunOnDevice()
override;
19 INPUT_TAGS(XVALUE, LABEL, LENGTHS);
23 template <
typename T,
class Context>
27 USE_OPERATOR_CONTEXT_FUNCTIONS;
28 bool RunOnDevice()
override;
31 INPUT_TAGS(XVALUE, LABEL, DYVALUE, LENGTHS);
A global dictionary that holds information about what Caffe2 modules have been loaded in the current ...