Udostępnij za pośrednictwem


Tensor<T>.ITensor<Tensor<T>,T>.Create Metoda

Definicja

Przeciążenia

ITensor<Tensor<T>,T>.Create(ReadOnlySpan<IntPtr>, Boolean)

Tworzy Tensor<T> i inicjuje ją z wartością domyślną T. Jeśli pinned ma wartość true, pamięć zostanie przypięta.

ITensor<Tensor<T>,T>.Create(ReadOnlySpan<IntPtr>, ReadOnlySpan<IntPtr>, Boolean)

Tworzy Tensor<T> i inicjuje ją z wartością domyślną T. Jeśli pinned ma wartość true, pamięć zostanie przypięta.

ITensor<Tensor<T>,T>.Create(ReadOnlySpan<IntPtr>, Boolean)

Źródło:
Tensor.cs
Źródło:
Tensor.cs

Tworzy Tensor<T> i inicjuje ją z wartością domyślną T. Jeśli pinned ma wartość true, pamięć zostanie przypięta.

 static System::Numerics::Tensors::Tensor<T> ^ System.Numerics.Tensors.ITensor<System.Numerics.Tensors.Tensor<T>,T>.Create(ReadOnlySpan<IntPtr> lengths, bool pinned) = System::Numerics::Tensors::ITensor<System::Numerics::Tensors::Tensor<T> ^, T>::Create;
static System.Numerics.Tensors.Tensor<T> ITensor<Tensor<T>,T>.Create (ReadOnlySpan<IntPtr> lengths, bool pinned);
static member System.Numerics.Tensors.ITensor<System.Numerics.Tensors.Tensor<T>,T>.Create : ReadOnlySpan<nativeint> * bool -> System.Numerics.Tensors.Tensor<'T>
 Shared Function Create (lengths As ReadOnlySpan(Of IntPtr), pinned As Boolean) As Tensor(Of T) Implements ITensor(Of Tensor(Of T), T).Create

Parametry

lengths

ReadOnlySpan<IntPtr>

ReadOnlySpan<nativeint>

ReadOnlySpan<T> wskazująca długość każdego wymiaru.

pinned
Boolean

Boolean, czy dane bazowe powinny być przypięte, czy nie.

Zwraca

Implementuje

Dotyczy

ITensor<Tensor<T>,T>.Create(ReadOnlySpan<IntPtr>, ReadOnlySpan<IntPtr>, Boolean)

Źródło:
Tensor.cs
Źródło:
Tensor.cs

Tworzy Tensor<T> i inicjuje ją z wartością domyślną T. Jeśli pinned ma wartość true, pamięć zostanie przypięta.

 static System::Numerics::Tensors::Tensor<T> ^ System.Numerics.Tensors.ITensor<System.Numerics.Tensors.Tensor<T>,T>.Create(ReadOnlySpan<IntPtr> lengths, ReadOnlySpan<IntPtr> strides, bool pinned) = System::Numerics::Tensors::ITensor<System::Numerics::Tensors::Tensor<T> ^, T>::Create;
static System.Numerics.Tensors.Tensor<T> ITensor<Tensor<T>,T>.Create (ReadOnlySpan<IntPtr> lengths, ReadOnlySpan<IntPtr> strides, bool pinned);
static member System.Numerics.Tensors.ITensor<System.Numerics.Tensors.Tensor<T>,T>.Create : ReadOnlySpan<nativeint> * ReadOnlySpan<nativeint> * bool -> System.Numerics.Tensors.Tensor<'T>
 Shared Function Create (lengths As ReadOnlySpan(Of IntPtr), strides As ReadOnlySpan(Of IntPtr), pinned As Boolean) As Tensor(Of T) Implements ITensor(Of Tensor(Of T), T).Create

Parametry

lengths

ReadOnlySpan<IntPtr>

ReadOnlySpan<nativeint>

ReadOnlySpan<T> wskazująca długość każdego wymiaru.

strides

ReadOnlySpan<IntPtr>

ReadOnlySpan<nativeint>

ReadOnlySpan<T> wskazujący postępy każdego wymiaru.

pinned
Boolean

Boolean, czy dane bazowe powinny być przypięte, czy nie.

Zwraca

Implementuje

Dotyczy