用于获取Tensor的步长。
1
std::vector<uint32_t> TensorBase::GetStrides() const;
参数名
说明
std::vector<uint32_t>
Tensor的步长数组。