Tensor<T>.IReadOnlyTensor<Tensor<T>,T>.Lengths プロパティ

定義

この Tensor<T>内の各ディメンションの長さを取得します。

property ReadOnlySpan<IntPtr> System::Numerics::Tensors::IReadOnlyTensor<System::Numerics::Tensors::Tensor<T>,T>::Lengths { ReadOnlySpan<IntPtr> get(); };
ReadOnlySpan<IntPtr> System.Numerics.Tensors.IReadOnlyTensor<System.Numerics.Tensors.Tensor<T>,T>.Lengths { get; }
member this.System.Numerics.Tensors.IReadOnlyTensor<System.Numerics.Tensors.Tensor<T>,T>.Lengths : ReadOnlySpan<nativeint>
 ReadOnly Property Lengths As ReadOnlySpan(Of IntPtr) Implements IReadOnlyTensor(Of Tensor(Of T), T).Lengths

プロパティ値

各ディメンションの長さを使用して ReadOnlySpan<T> します。

実装

適用対象