Shape returns a pointer to the shape that fully parametrizes the tensor shape
()
| 31 | |
| 32 | // Shape returns a pointer to the shape that fully parametrizes the tensor shape |
| 33 | Shape() *Shape |
| 34 | |
| 35 | // Len returns the number of elements in the tensor (product of shape dimensions). |
| 36 | Len() int |
no outgoing calls