Returns the Shape of this NDArray. Shape defines how this NDArray is represented multi-dimensionally. @return the Shape of this NDArray
()
| 109 | * @return the {@link Shape} of this {@code NDArray} |
| 110 | */ |
| 111 | Shape getShape(); |
| 112 | |
| 113 | /** |
| 114 | * Returns the {@link SparseFormat} of this {@code NDArray}. |
no outgoing calls