SetMetaData sets a key=value meta data (stored as a map[string]string). For TensorGrid display: top-zero=+/-, odd-row=+/-, image=+/-, min, max set fixed min / max values, background=color
(key, val string)
| 152 | // For TensorGrid display: top-zero=+/-, odd-row=+/-, image=+/-, |
| 153 | // min, max set fixed min / max values, background=color |
| 154 | SetMetaData(key, val string) |
| 155 | |
| 156 | // MetaData retrieves value of given key, bool = false if not set |
| 157 | MetaData(key string) (string, bool) |
no outgoing calls