Crate caffe2op_tile
source ·Structs
- | Constructs a tensor by tiling a given | tensor along a specified axis. | | This operation creates a new tensor | by replicating the input tensor a number | of times specified by the
tiles
argument | along theaxis
dimension. | | The output tensor’saxis
dimension | has $(X.dims(axis) * tiles)$ elements. | | Github Links: | | - https://github.com/pytorch/pytorch/blob/master/caffe2/operators/tile_op.cc | | Copy a Blob n times along a specified | axis. |