Tensor<T>.IReadOnlyTensor<Tensor<T>,T>.Strides Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the strides of each dimension in this 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
Property Value
ReadOnlySpan<nativeint>
ReadOnlySpan<T> with the strides of each dimension.
Implements
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.