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