Searched defs:modelOutput (Results 1 – 3 of 3) sorted by relevance
| /external/armnn/samples/KeywordSpotting/test/ |
| D | DecoderTest.cpp | 20 std::vector<int8_t> modelOutput = {1, 4, 2, 3, 1, 1, 3, 1, 43, 1, 6, 1}; variable
|
| D | KeywordSpottingPipelineTest.cpp | 223 std::vector< std::vector< int8_t >> modelOutput = {{1, 4, 2, 3, 1, 1, 3, 1, 43, 1, 6, 1}}; variable
|
| /external/armnn/samples/KeywordSpotting/src/ |
| D | Decoder.cpp | 8 std::pair<int, float> kws::Decoder::decodeOutput(std::vector<int8_t>& modelOutput) in decodeOutput()
|