Method ToString
member ToString: int64 -> string
String representation of the tensor limited to a specific number of elements per dimension.
Declaration
member ToString: maxElems:int64 -> string
Parameters
Type | Name | Description |
---|---|---|
int64 | maxElems | Maximum number of element per dimension to include in string representation. |
Returns
Type | Description |
---|---|
string | A (shortened) string representation of this tensor |
See Also
override member ToString: unit -> string
String representation of the tensor limited to 10 elements per dimension.
Declaration
override member ToString: unit -> string
Returns
Type | Description |
---|---|
string | A (shortened) string representation of this tensor |