Label satisfies the core.Labeler interface for a summary description of the tensor
()
| 195 | |
| 196 | // Label satisfies the core.Labeler interface for a summary description of the tensor |
| 197 | func (tsr *Bits) Label() string { |
| 198 | return fmt.Sprintf("tensor.Bits: %s", tsr.Shp.String()) |
| 199 | } |
| 200 | |
| 201 | // SetMetaData sets a key=value meta data (stored as a map[string]string). |
| 202 | // For TensorGrid display: top-zero=+/-, odd-row=+/-, image=+/-, |