| Class | Description |
|---|---|
| CHECKSHAPE |
Return a BOOLEAN indicating whether an input list and its nested lists sizes are coherent together to form a tensor (or multidimensional array).
|
| HULLSHAPE |
Return the shape of a tensor (or multidimensional array) that would be able to contain all the values of an input nested list.
|
| PERMUTE |
Permute the dimensions of a nested LIST as if it were a tensor or a multidimensional array.
|
| RESHAPE | |
| SHAPE |
Return the shape of an input list if it could be a tensor (or multidimensional array), or raise an Exception.
|