SetNumRows sets the number of rows (outer-most dimension).
(rows int)
| 147 | |
| 148 | // SetNumRows sets the number of rows (outer-most dimension). |
| 149 | SetNumRows(rows int) |
| 150 | |
| 151 | // SetMetaData sets a key=value meta data (stored as a map[string]string). |
| 152 | // For TensorGrid display: top-zero=+/-, odd-row=+/-, image=+/-, |
no outgoing calls