2 references to ToString
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\TensorExtensions.cs (2)
3535((ReadOnlyTensorSpan<T>)tensor).ToString(maximumLengths); 3594public static string ToString<T>(this Tensor<T> tensor, params ReadOnlySpan<nint> maximumLengths) => ((ReadOnlyTensorSpan<T>)tensor).ToString(maximumLengths);