MCPcopy Index your code
hub / github.com/cogentcore/core / String

Struct String

tensor/string.go:19–21  ·  view source on GitHub ↗

String is a tensor of string values

Source from the content-addressed store, hash-verified

17
18// String is a tensor of string values
19type String struct {
20 Base[string]
21}
22
23// NewString returns a new n-dimensional tensor of string values
24// with the given sizes per dimension (shape), and optional dimension names.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected