4 #include "caffe2/core/context.h" 5 #include "caffe2/core/context_gpu.h" 6 #include "caffe2/core/logging.h" 7 #include "caffe2/core/operator.h" 8 #include "caffe2/operators/conv_pool_op_base.h" 9 #include "caffe2/operators/pool_op.h" 10 #include "caffe2/utils/math.h" 24 bool RunOnDevice()
override;
40 bool RunOnDevice()
override;
Workspace is a class that holds all the related objects created during runtime: (1) all blobs...
A global dictionary that holds information about what Caffe2 modules have been loaded in the current ...