String is a tensor of string values
| 17 | |
| 18 | // String is a tensor of string values |
| 19 | type 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. |
nothing calls this directly
no outgoing calls
no test coverage detected