OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tansig_approx
(Results
1 - 2
of
2
) sorted by null
/external/libopus/src/
mlp.c
42
static OPUS_INLINE opus_val16
tansig_approx
(opus_val32 _x) /* Q19 */
68
static OPUS_INLINE float
tansig_approx
(float x)
function
110
hidden[j] =
tansig_approx
(sum);
118
out[j] =
tansig_approx
(EXTRACT16(PSHR32(sum,17)));
134
hidden[j] =
tansig_approx
(sum);
142
out[j] =
tansig_approx
(sum);
mlp_train.h
46
static inline double
tansig_approx
(double x)
function
Completed in 605 milliseconds