GetStrides
函数功能
用于获取Tensor的步长。
函数原型
std::vector<uint32_t> GetStrides() const;
返回参数说明
参数名
说明
std::vector<uint32_t>
Tensor的步长数组。
父主题:
TensorBase