Editar

Compartilhar via


Tensor<T>.ToString(ReadOnlySpan<IntPtr>) Method

Definition

Creates a String representation of the TensorSpan<T>.

public:
 System::String ^ ToString(ReadOnlySpan<IntPtr> maximumLengths);
public string ToString (scoped ReadOnlySpan<IntPtr> maximumLengths);
override this.ToString : ReadOnlySpan<nativeint> -> string
Public Function ToString (maximumLengths As ReadOnlySpan(Of IntPtr)) As String

Parameters

maximumLengths

ReadOnlySpan<IntPtr>

ReadOnlySpan<nativeint>

The maximum length of each dimension.

Returns

A String representation of the Tensor<T>

Applies to