次の方法で共有


Tensor.CreateAndFillUniformDistribution メソッド

定義

オーバーロード

CreateAndFillUniformDistribution<T>(Random, ReadOnlySpan<IntPtr>)

Tensor<T> を作成し、ランダムなデータを均一に分散して初期化します。

CreateAndFillUniformDistribution<T>(ReadOnlySpan<IntPtr>)

Tensor<T> を作成し、ランダムなデータを均一に分散して初期化します。

CreateAndFillUniformDistribution<T>(Random, ReadOnlySpan<IntPtr>)

ソース:
Tensor.Factory.cs
ソース:
Tensor.Factory.cs

Tensor<T> を作成し、ランダムなデータを均一に分散して初期化します。

public:
generic <typename T>
 where T : System::Numerics::IFloatingPoint<T> static System::Numerics::Tensors::Tensor<T> ^ CreateAndFillUniformDistribution(Random ^ random, ReadOnlySpan<IntPtr> lengths);
public static System.Numerics.Tensors.Tensor<T> CreateAndFillUniformDistribution<T> (Random random, scoped ReadOnlySpan<IntPtr> lengths) where T : System.Numerics.IFloatingPoint<T>;
static member CreateAndFillUniformDistribution : Random * ReadOnlySpan<nativeint> -> System.Numerics.Tensors.Tensor<'T (requires 'T :> System.Numerics.IFloatingPoint<'T>)> (requires 'T :> System.Numerics.IFloatingPoint<'T>)
Public Function CreateAndFillUniformDistribution(Of T As IFloatingPoint(Of T)) (random As Random, lengths As ReadOnlySpan(Of IntPtr)) As Tensor(Of T)

型パラメーター

T

パラメーター

random
Random
lengths

ReadOnlySpan<IntPtr>

ReadOnlySpan<nativeint>

各ディメンションの長さを示す ReadOnlySpan<T>

戻り値

適用対象

CreateAndFillUniformDistribution<T>(ReadOnlySpan<IntPtr>)

ソース:
Tensor.Factory.cs
ソース:
Tensor.Factory.cs

Tensor<T> を作成し、ランダムなデータを均一に分散して初期化します。

public:
generic <typename T>
 where T : System::Numerics::IFloatingPoint<T> static System::Numerics::Tensors::Tensor<T> ^ CreateAndFillUniformDistribution(ReadOnlySpan<IntPtr> lengths);
public static System.Numerics.Tensors.Tensor<T> CreateAndFillUniformDistribution<T> (scoped ReadOnlySpan<IntPtr> lengths) where T : System.Numerics.IFloatingPoint<T>;
static member CreateAndFillUniformDistribution : ReadOnlySpan<nativeint> -> System.Numerics.Tensors.Tensor<'T (requires 'T :> System.Numerics.IFloatingPoint<'T>)> (requires 'T :> System.Numerics.IFloatingPoint<'T>)
Public Function CreateAndFillUniformDistribution(Of T As IFloatingPoint(Of T)) (lengths As ReadOnlySpan(Of IntPtr)) As Tensor(Of T)

型パラメーター

T

パラメーター

lengths

ReadOnlySpan<IntPtr>

ReadOnlySpan<nativeint>

各ディメンションの長さを示す ReadOnlySpan<T>

戻り値

適用対象