GetShape
Function Usage
Obtains the tensor shape.
Prototype
std::vector<uint32_t> GetShape() const;
Return Parameter Description
Data Structure |
Description |
|---|---|
std::vector<uint32_t> |
Shape array. |
Parent topic: TensorBase
Obtains the tensor shape.
std::vector<uint32_t> GetShape() const;
Data Structure |
Description |
|---|---|
std::vector<uint32_t> |
Shape array. |