OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kUnknownIndex
(Results
1 - 4
of
4
) sorted by null
/external/tensorflow/tensorflow/lite/experimental/micro/examples/micro_speech/micro_features/
micro_model_settings.h
38
constexpr int
kUnknownIndex
= 1;
/external/tensorflow/tensorflow/lite/experimental/micro/examples/micro_speech/simple_features/
simple_model_settings.h
40
constexpr int
kUnknownIndex
= 1;
/external/tensorflow/tensorflow/lite/experimental/micro/examples/micro_speech/
micro_speech_test.cc
92
const int
kUnknownIndex
= 1;
98
uint8_t unknown_score = output->data.uint8[
kUnknownIndex
];
128
unknown_score = output->data.uint8[
kUnknownIndex
];
/external/tensorflow/tensorflow/lite/experimental/micro/examples/micro_speech/apollo3/
pushbutton_test.cc
119
const int
kUnknownIndex
= 1;
125
g_unknown_score = output->data.uint8[
kUnknownIndex
];
Completed in 88 milliseconds