RowCellSize returns the size of the outer-most Row shape dimension, and the size of all the remaining inner dimensions (the "cell" size). Used for Tensors that are columns in a data table.
()
| 45 | // and the size of all the remaining inner dimensions (the "cell" size). |
| 46 | // Used for Tensors that are columns in a data table. |
| 47 | RowCellSize() (rows, cells int) |
| 48 | |
| 49 | // DataType returns the type of the data elements in the tensor. |
| 50 | // Bool is returned for the Bits tensor type. |
no outgoing calls