tvm
|
Functions | |
Tensor | reorg (const Tensor &data, int stride=1, std::string name="tensor", std::string tag="reorg_output") |
Reorg operation. More... | |
|
inline |
Reorg operation.
data | The input tensor. Can be any dimension |
stride | The input integer used as stride in reorg operation |
name | The name of the operation |
tag | The tag to mark the operation |