OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:q7_t
(Results
1 - 2
of
2
) sorted by null
/external/tensorflow/tensorflow/lite/experimental/micro/examples/micro_speech/apollo3/
pushbutton_main.c
47
q7_t
g_scores[4] = {0};
277
q7_t
max_score = 0;
298
g_scores[0] = (
q7_t
)g_silence_score - 128;
299
g_scores[1] = (
q7_t
)g_unknown_score - 128;
300
g_scores[2] = (
q7_t
)g_yes_score - 128;
301
g_scores[3] = (
q7_t
)g_no_score - 128;
/device/google/contexthub/firmware/os/cpu/cortexm4/inc/cpu/cmsis/
arm_math.h
372
typedef int8_t
q7_t
;
typedef
479
static __INLINE
q7_t
clip_q31_to_q7(
483
((0x7F ^ ((
q7_t
) (x >> 31)))) : (
q7_t
) x;
699
q7_t
r, s, t, u;
701
r = (
q7_t
) x;
702
s = (
q7_t
) y;
728
r = (
q7_t
) x;
729
s = (
q7_t
) y;
1073
q7_t
*pState; /**< points to the state variable array. The array is of length numTaps+blockS (…)
[
all
...]
Completed in 265 milliseconds