다음을 통해 공유


Tensor.Sigmoid 메서드

정의

오버로드

Sigmoid<T>(ReadOnlyTensorSpan<T>)

지정된 비어있지 않은 숫자 텐서에서 요소별 시그모이드 함수를 계산합니다.

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

지정된 비어있지 않은 숫자 텐서에서 요소별 시그모이드 함수를 계산합니다.

Sigmoid<T>(ReadOnlyTensorSpan<T>)

Source:
TensorExtensions.cs

지정된 비어있지 않은 숫자 텐서에서 요소별 시그모이드 함수를 계산합니다.

public:
generic <typename T>
 where T : System::Numerics::IExponentialFunctions<T> static System::Numerics::Tensors::Tensor<T> ^ Sigmoid(System::Numerics::Tensors::ReadOnlyTensorSpan<T> % x);
public static System.Numerics.Tensors.Tensor<T> Sigmoid<T> (in System.Numerics.Tensors.ReadOnlyTensorSpan<T> x) where T : System.Numerics.IExponentialFunctions<T>;
static member Sigmoid : ReadOnlyTensorSpan -> System.Numerics.Tensors.Tensor<'T (requires 'T :> System.Numerics.IExponentialFunctions<'T>)> (requires 'T :> System.Numerics.IExponentialFunctions<'T>)
Public Function Sigmoid(Of T As IExponentialFunctions(Of T)) (ByRef x As ReadOnlyTensorSpan(Of T)) As Tensor(Of T)

형식 매개 변수

T

매개 변수

반환

적용 대상

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

Source:
TensorExtensions.cs

지정된 비어있지 않은 숫자 텐서에서 요소별 시그모이드 함수를 계산합니다.

public:
generic <typename T>
 where T : System::Numerics::IExponentialFunctions<T> static System::Numerics::Tensors::TensorSpan<T> ^ Sigmoid(System::Numerics::Tensors::ReadOnlyTensorSpan<T> % x, System::Numerics::Tensors::TensorSpan<T> % destination);
public static ref readonly System.Numerics.Tensors.TensorSpan<T> Sigmoid<T> (scoped in System.Numerics.Tensors.ReadOnlyTensorSpan<T> x, in System.Numerics.Tensors.TensorSpan<T> destination) where T : System.Numerics.IExponentialFunctions<T>;
static member Sigmoid : ReadOnlyTensorSpan * TensorSpan -> TensorSpan (requires 'T :> System.Numerics.IExponentialFunctions<'T>)
Public Function Sigmoid(Of T As IExponentialFunctions(Of T)) (ByRef x As ReadOnlyTensorSpan(Of T), ByRef destination As TensorSpan(Of T)) As TensorSpan(Of T)

형식 매개 변수

T

매개 변수

destination
TensorSpan<T>

반환

적용 대상