Shape returns the shape of the Tensor.
()
| 158 | |
| 159 | // Shape returns the shape of the Tensor. |
| 160 | func (t *Tensor) Shape() []int64 { return t.shape } |
| 161 | |
| 162 | // Value converts the Tensor to a Go value. For now, not all Tensor types are |
| 163 | // supported, and this function may panic if it encounters an unsupported |
no outgoing calls