Condividi tramite


Tensor<T>.AsReadOnlyTensorSpan Metodo

Definizione

Overload

AsReadOnlyTensorSpan()

Converte questo Tensor<T> in un ReadOnlyTensorSpan<T> che punta alla stessa memoria di backup." />

AsReadOnlyTensorSpan(ReadOnlySpan<NIndex>)

Converte questo Tensor<T> in un ReadOnlyTensorSpan<T> che punta alla stessa memoria di backup in base agli indici iniziali forniti". />

AsReadOnlyTensorSpan(ReadOnlySpan<NRange>)

Converte questo Tensor<T> in un ReadOnlyTensorSpan<T> che punta alla stessa memoria di backup in base agli intervalli forniti". />

AsReadOnlyTensorSpan(ReadOnlySpan<IntPtr>)

Converte questo Tensor<T> in un ReadOnlyTensorSpan<T> che punta alla stessa memoria di backup in base alle posizioni iniziali fornite." />

AsReadOnlyTensorSpan()

Origine:
Tensor.cs
Origine:
Tensor.cs

Converte questo Tensor<T> in un ReadOnlyTensorSpan<T> che punta alla stessa memoria di backup." />

public:
 virtual System::Numerics::Tensors::ReadOnlyTensorSpan<T> AsReadOnlyTensorSpan();
public System.Numerics.Tensors.ReadOnlyTensorSpan<T> AsReadOnlyTensorSpan ();
abstract member AsReadOnlyTensorSpan : unit -> System.Numerics.Tensors.ReadOnlyTensorSpan<'T>
override this.AsReadOnlyTensorSpan : unit -> System.Numerics.Tensors.ReadOnlyTensorSpan<'T>
Public Function AsReadOnlyTensorSpan () As ReadOnlyTensorSpan(Of T)

Restituisce

ReadOnlyTensorSpan<T>

Implementazioni

Si applica a

AsReadOnlyTensorSpan(ReadOnlySpan<NIndex>)

Origine:
Tensor.cs
Origine:
Tensor.cs

Converte questo Tensor<T> in un ReadOnlyTensorSpan<T> che punta alla stessa memoria di backup in base agli indici iniziali forniti". />

public:
 virtual System::Numerics::Tensors::ReadOnlyTensorSpan<T> AsReadOnlyTensorSpan(ReadOnlySpan<System::Buffers::NIndex> startIndex);
public System.Numerics.Tensors.ReadOnlyTensorSpan<T> AsReadOnlyTensorSpan (scoped ReadOnlySpan<System.Buffers.NIndex> startIndex);
abstract member AsReadOnlyTensorSpan : ReadOnlySpan<System.Buffers.NIndex> -> System.Numerics.Tensors.ReadOnlyTensorSpan<'T>
override this.AsReadOnlyTensorSpan : ReadOnlySpan<System.Buffers.NIndex> -> System.Numerics.Tensors.ReadOnlyTensorSpan<'T>
Public Function AsReadOnlyTensorSpan (startIndex As ReadOnlySpan(Of NIndex)) As ReadOnlyTensorSpan(Of T)

Parametri

startIndex
ReadOnlySpan<NIndex>

Indici iniziali desiderati nel ReadOnlyTensorSpan<T>

Restituisce

Implementazioni

Si applica a

AsReadOnlyTensorSpan(ReadOnlySpan<NRange>)

Origine:
Tensor.cs
Origine:
Tensor.cs

Converte questo Tensor<T> in un ReadOnlyTensorSpan<T> che punta alla stessa memoria di backup in base agli intervalli forniti". />

public:
 virtual System::Numerics::Tensors::ReadOnlyTensorSpan<T> AsReadOnlyTensorSpan(ReadOnlySpan<System::Buffers::NRange> start);
public System.Numerics.Tensors.ReadOnlyTensorSpan<T> AsReadOnlyTensorSpan (scoped ReadOnlySpan<System.Buffers.NRange> start);
abstract member AsReadOnlyTensorSpan : ReadOnlySpan<System.Buffers.NRange> -> System.Numerics.Tensors.ReadOnlyTensorSpan<'T>
override this.AsReadOnlyTensorSpan : ReadOnlySpan<System.Buffers.NRange> -> System.Numerics.Tensors.ReadOnlyTensorSpan<'T>
Public Function AsReadOnlyTensorSpan (start As ReadOnlySpan(Of NRange)) As ReadOnlyTensorSpan(Of T)

Parametri

start
ReadOnlySpan<NRange>

Intervalli desiderati nel ReadOnlyTensorSpan<T>

Restituisce

Implementazioni

Si applica a

AsReadOnlyTensorSpan(ReadOnlySpan<IntPtr>)

Origine:
Tensor.cs
Origine:
Tensor.cs

Converte questo Tensor<T> in un ReadOnlyTensorSpan<T> che punta alla stessa memoria di backup in base alle posizioni iniziali fornite." />

public:
 virtual System::Numerics::Tensors::ReadOnlyTensorSpan<T> AsReadOnlyTensorSpan(ReadOnlySpan<IntPtr> start);
public System.Numerics.Tensors.ReadOnlyTensorSpan<T> AsReadOnlyTensorSpan (scoped ReadOnlySpan<IntPtr> start);
abstract member AsReadOnlyTensorSpan : ReadOnlySpan<nativeint> -> System.Numerics.Tensors.ReadOnlyTensorSpan<'T>
override this.AsReadOnlyTensorSpan : ReadOnlySpan<nativeint> -> System.Numerics.Tensors.ReadOnlyTensorSpan<'T>
Public Function AsReadOnlyTensorSpan (start As ReadOnlySpan(Of IntPtr)) As ReadOnlyTensorSpan(Of T)

Parametri

start

ReadOnlySpan<IntPtr>

ReadOnlySpan<nativeint>

Le posizioni iniziali desiderate nel ReadOnlyTensorSpan<T>

Restituisce

Implementazioni

Si applica a