다음을 통해 공유


Tensor.CreateAndFillGaussianNormalDistribution 메서드

정의

오버로드

CreateAndFillGaussianNormalDistribution<T>(ReadOnlySpan<IntPtr>)

Tensor<T> 만들고 가우스 정규 분포의 임의 데이터로 초기화합니다.

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

Tensor<T> 만들고 가우스 정규 분포의 임의 데이터로 초기화합니다.

CreateAndFillGaussianNormalDistribution<T>(ReadOnlySpan<IntPtr>)

Source:
Tensor.Factory.cs

Tensor<T> 만들고 가우스 정규 분포의 임의 데이터로 초기화합니다.

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

형식 매개 변수

T

매개 변수

lengths

ReadOnlySpan<IntPtr>

ReadOnlySpan<nativeint>

각 차원의 길이를 나타내는 ReadOnlySpan<T>.

반환

적용 대상

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

Source:
Tensor.Factory.cs

Tensor<T> 만들고 가우스 정규 분포의 임의 데이터로 초기화합니다.

public:
generic <typename T>
 where T : System::Numerics::IFloatingPoint<T> static System::Numerics::Tensors::Tensor<T> ^ CreateAndFillGaussianNormalDistribution(Random ^ random, ReadOnlySpan<IntPtr> lengths);
public static System.Numerics.Tensors.Tensor<T> CreateAndFillGaussianNormalDistribution<T> (Random random, scoped ReadOnlySpan<IntPtr> lengths) where T : System.Numerics.IFloatingPoint<T>;
static member CreateAndFillGaussianNormalDistribution : Random * ReadOnlySpan<nativeint> -> System.Numerics.Tensors.Tensor<'T (requires 'T :> System.Numerics.IFloatingPoint<'T>)> (requires 'T :> System.Numerics.IFloatingPoint<'T>)
Public Function CreateAndFillGaussianNormalDistribution(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>.

반환

적용 대상