GetDims
Function Usage
Obtains the dimension of the tensor shape.
Prototype
uint32_t GetDims() const;
Return Parameter Description
Data Structure |
Description |
|---|---|
uint32_t |
Dimension value of the tensor shape. |
Parent topic: TensorShape
Obtains the dimension of the tensor shape.
uint32_t GetDims() const;
Data Structure |
Description |
|---|---|
uint32_t |
Dimension value of the tensor shape. |