Function that returns the tensor type. @return - Parameter to indicate if the Tensor is a scalar, a Tensor of known dimensionality or a Tensor of unknown dimensionality
| 90 | /// @return - Parameter to indicate if the Tensor is a scalar, a Tensor of known dimensionality or |
| 91 | /// a Tensor of unknown dimensionality |
| 92 | Dimensionality GetDimensionality() const { return m_Dimensionality; } |
| 93 | |
| 94 | /// Gets information about if the dimension size has been specified or not |
| 95 | /// @param i - Dimension index. |
no outgoing calls
no test coverage detected