3 #include <ATen/core/dispatch/OpSchemaRegistration.h> 9 C10_DECLARE_OP_SCHEMA(GivenTensorIntFill);
10 C10_DECLARE_OP_SCHEMA(GivenTensorInt64Fill);
11 C10_DECLARE_OP_SCHEMA(ConstantFill);
12 C10_DECLARE_OP_SCHEMA(UniformFill);
A global dictionary that holds information about what Caffe2 modules have been loaded in the current ...