Data returns the underlying data of the tensor.
()
| 20 | Size() int |
| 21 | // Data returns the underlying data of the tensor. |
| 22 | Data() float.Slice |
| 23 | // Item returns the scalar value. |
| 24 | // It panics if the matrix does not contain exactly one element. |
| 25 | Item() float.Float |
no outgoing calls