Tensor.BroadcastTo Metoda

Definice

Přetížení

BroadcastTo<T>(ReadOnlyTensorSpan<T>, TensorSpan<T>)

Vysílání dat z source do destination.

BroadcastTo<T>(Tensor<T>, TensorSpan<T>)

Vysílání dat z source do destination.

BroadcastTo<T>(TensorSpan<T>, TensorSpan<T>)

Vysílání dat z source do destination.

BroadcastTo<T>(ReadOnlyTensorSpan<T>, TensorSpan<T>)

Zdroj:
TensorExtensions.cs

Vysílání dat z source do destination.

public:
generic <typename T>
[System::Runtime::CompilerServices::Extension]
 static void BroadcastTo(System::Numerics::Tensors::ReadOnlyTensorSpan<T> % source, System::Numerics::Tensors::TensorSpan<T> % destination);
public static void BroadcastTo<T> (this in System.Numerics.Tensors.ReadOnlyTensorSpan<T> source, in System.Numerics.Tensors.TensorSpan<T> destination);
static member BroadcastTo : ReadOnlyTensorSpan * TensorSpan -> unit
<Extension()>
Public Sub BroadcastTo(Of T) (ByRef source As ReadOnlyTensorSpan(Of T), ByRef destination As TensorSpan(Of T))

Parametry typu

T

Parametry

destination
TensorSpan<T>

Platí pro

BroadcastTo<T>(Tensor<T>, TensorSpan<T>)

Zdroj:
TensorExtensions.cs

Vysílání dat z source do destination.

public:
generic <typename T>
[System::Runtime::CompilerServices::Extension]
 static void BroadcastTo(System::Numerics::Tensors::Tensor<T> ^ source, System::Numerics::Tensors::TensorSpan<T> % destination);
public static void BroadcastTo<T> (this System.Numerics.Tensors.Tensor<T> source, in System.Numerics.Tensors.TensorSpan<T> destination);
static member BroadcastTo : System.Numerics.Tensors.Tensor<'T> * TensorSpan -> unit
<Extension()>
Public Sub BroadcastTo(Of T) (source As Tensor(Of T), ByRef destination As TensorSpan(Of T))

Parametry typu

T

Parametry

source
Tensor<T>

Vstupní TensorSpan<T>.

destination
TensorSpan<T>

Platí pro

BroadcastTo<T>(TensorSpan<T>, TensorSpan<T>)

Zdroj:
TensorExtensions.cs

Vysílání dat z source do destination.

public:
generic <typename T>
[System::Runtime::CompilerServices::Extension]
 static void BroadcastTo(System::Numerics::Tensors::TensorSpan<T> % source, System::Numerics::Tensors::TensorSpan<T> % destination);
public static void BroadcastTo<T> (this in System.Numerics.Tensors.TensorSpan<T> source, in System.Numerics.Tensors.TensorSpan<T> destination);
static member BroadcastTo : TensorSpan * TensorSpan -> unit
<Extension()>
Public Sub BroadcastTo(Of T) (ByRef source As TensorSpan(Of T), ByRef destination As TensorSpan(Of T))

Parametry typu

T

Parametry

source
TensorSpan<T>

Vstupní TensorSpan<T>.

destination
TensorSpan<T>

Další TensorSpan<T>, aby obrazce byly vysílatelné.

Platí pro