MCPcopy Create free account
hub / github.com/cogentcore/core / Label

Method Label

tensor/bits.go:197–199  ·  view source on GitHub ↗

Label satisfies the core.Labeler interface for a summary description of the tensor

()

Source from the content-addressed store, hash-verified

195
196// Label satisfies the core.Labeler interface for a summary description of the tensor
197func (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=+/-,

Callers 1

StringMethod · 0.95

Calls 1

StringMethod · 0.65

Tested by

no test coverage detected