GetStrides

函数功能

用于获取Tensor的步长。

函数原型

1
std::vector<uint32_t> TensorBase::GetStrides() const;

返回参数说明

参数名

说明

std::vector<uint32_t>

Tensor的步长数组。