Tensor<T>.IReadOnlyTensor<Tensor<T>,T>.Strides 属性

定义

获取此 Tensor<T>中每个维度的步幅。

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

属性值

ReadOnlySpan<T> 每个维度的步幅。

实现

适用于