Sdílet prostřednictvím


Tensor<T>.ITensor<Tensor<T>,T>.Item[ReadOnlySpan Vlastnost

Definice

Přetížení

ITensor<Tensor<T>,T>.Item[ReadOnlySpan<NIndex>]

Vrátí zadaný prvek Tensoru.

ITensor<Tensor<T>,T>.Item[ReadOnlySpan<IntPtr>]

Vrátí zadaný prvek Tensoru.

ITensor<Tensor<T>,T>.Item[ReadOnlySpan<NIndex>]

Zdroj:
Tensor.cs
Zdroj:
Tensor.cs

Vrátí zadaný prvek Tensoru.

property T System::Numerics::Tensors::ITensor<System::Numerics::Tensors::Tensor<T>,T>::Item[ReadOnlySpan<System::Buffers::NIndex>] { T get(ReadOnlySpan<System::Buffers::NIndex> indexes); void set(ReadOnlySpan<System::Buffers::NIndex> indexes, T value); };
T System.Numerics.Tensors.ITensor<System.Numerics.Tensors.Tensor<T>,T>.Item[scoped ReadOnlySpan<System.Buffers.NIndex> indexes] { get; set; }
member this.System.Numerics.Tensors.ITensor<System.Numerics.Tensors.Tensor<T>,T>.Item(ReadOnlySpan<System.Buffers.NIndex>) : 'T with get, set
 Property Item(indexes As ReadOnlySpan(Of NIndex)) As T Implements ITensor(Of Tensor(Of T), T).Item

Parametry

indexes
ReadOnlySpan<NIndex>

Hodnota vlastnosti

T

Implementuje

Výjimky

Vyvolá se, pokud je index menší než 0 nebo index větší nebo roven flattenedLength

Platí pro

ITensor<Tensor<T>,T>.Item[ReadOnlySpan<IntPtr>]

Zdroj:
Tensor.cs
Zdroj:
Tensor.cs

Vrátí zadaný prvek Tensoru.

property T System::Numerics::Tensors::ITensor<System::Numerics::Tensors::Tensor<T>,T>::Item[ReadOnlySpan<IntPtr>] { T get(ReadOnlySpan<IntPtr> indexes); void set(ReadOnlySpan<IntPtr> indexes, T value); };
T System.Numerics.Tensors.ITensor<System.Numerics.Tensors.Tensor<T>,T>.Item[scoped ReadOnlySpan<IntPtr> indexes] { get; set; }
member this.System.Numerics.Tensors.ITensor<System.Numerics.Tensors.Tensor<T>,T>.Item(ReadOnlySpan<nativeint>) : 'T with get, set
 Property Item(indexes As ReadOnlySpan(Of IntPtr)) As T Implements ITensor(Of Tensor(Of T), T).Item

Parametry

indexes

ReadOnlySpan<IntPtr>

ReadOnlySpan<nativeint>

Hodnota vlastnosti

T

Implementuje

Výjimky

Vyvolá se, pokud je index menší než 0 nebo index větší nebo roven flattenedLength

Platí pro