1 #include "caffe2/operators/numpy_tile_op.h" 5 REGISTER_CPU_OPERATOR(NumpyTile, NumpyTileOp<CPUContext>);
7 OPERATOR_SCHEMA(NumpyTile)
9 .Input(0,
"data",
"The input tensor.")
10 .Input(1,
"repeats",
"1-D Tensor specifying how many times to repeat" 15 "Tensor that will contain input replicated along the given axis.")
16 .InheritOnnxSchema(
"Tile");
A global dictionary that holds information about what Caffe2 modules have been loaded in the current ...