GetStrides
Function Usage
Obtains the tensor step.
Prototype
1 | std::vector<uint32_t> TensorBase::GetStrides() const; |
Response Parameters
Parameter |
Description |
|---|---|
std::vector<uint32_t> |
Tensor step array. |
Parent topic: TensorBase
Obtains the tensor step.
1 | std::vector<uint32_t> TensorBase::GetStrides() const; |
Parameter |
Description |
|---|---|
std::vector<uint32_t> |
Tensor step array. |