Tensor<T>.ITensor<Tensor<T>,T>.Create Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Přetížení
ITensor<Tensor<T>,T>.Create(ReadOnlySpan<IntPtr>, Boolean) |
Vytvoří Tensor<T> a inicializuje ji s výchozí hodnotou T. Pokud je |
ITensor<Tensor<T>,T>.Create(ReadOnlySpan<IntPtr>, ReadOnlySpan<IntPtr>, Boolean) |
Vytvoří Tensor<T> a inicializuje ji s výchozí hodnotou T. Pokud je |
ITensor<Tensor<T>,T>.Create(ReadOnlySpan<IntPtr>, Boolean)
- Zdroj:
- Tensor.cs
- Zdroj:
- Tensor.cs
Vytvoří Tensor<T> a inicializuje ji s výchozí hodnotou T. Pokud je pinned
true, paměť se připne.
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<nativeint>
ReadOnlySpan<T> označující délky jednotlivých dimenzí.
Návraty
Implementuje
Platí pro
ITensor<Tensor<T>,T>.Create(ReadOnlySpan<IntPtr>, ReadOnlySpan<IntPtr>, Boolean)
- Zdroj:
- Tensor.cs
- Zdroj:
- Tensor.cs
Vytvoří Tensor<T> a inicializuje ji s výchozí hodnotou T. Pokud je pinned
true, paměť se připne.
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<nativeint>
ReadOnlySpan<T> označující délky jednotlivých dimenzí.
- strides
-
ReadOnlySpan<nativeint>
ReadOnlySpan<T> označující kroky jednotlivých dimenzí.