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