Len returns the number of elements in the tensor (product of shape dimensions).
()
| 34 | |
| 35 | // Len returns the number of elements in the tensor (product of shape dimensions). |
| 36 | Len() int |
| 37 | |
| 38 | // NumDims returns the total number of dimensions. |
| 39 | NumDims() int |
no outgoing calls