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