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