ReshapeFunc

说明

Reshape功能,改变Tensor的shape。

定义

using ReshapeFunc = std::function<void(const Dims &oldShape, Dims &newShape)>;