LIBML  Version 3.2.4
LIBML DSP Software Library
Functions
Collaboration diagram for Sigmoid:

Functions

f32_t tpt_sigmoid_f32 (f32_t aInData)
 Calculate sigmoid value of f32 vector. More...
 

Detailed Description

This function calculates the sigmoid value of the input value.

TPT DSP library supports distinct sigmoid functions for single- and half-precision floating-point data types. These functions are introduced in the subsections below.

Function Documentation

◆ tpt_sigmoid_f32()

f32_t tpt_sigmoid_f32 ( f32_t  aInData)

Calculate sigmoid value of f32 vector.

Parameters
[in]aInDatainput value
Returns
f32_t sigmoid value of the input