Home
last modified time | relevance | path

Searched defs:modelOutput (Results 1 – 3 of 3) sorted by relevance

/external/armnn/samples/KeywordSpotting/test/
DDecoderTest.cpp20 std::vector<int8_t> modelOutput = {1, 4, 2, 3, 1, 1, 3, 1, 43, 1, 6, 1}; variable
DKeywordSpottingPipelineTest.cpp223 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/
DDecoder.cpp8 std::pair<int, float> kws::Decoder::decodeOutput(std::vector<int8_t>& modelOutput) in decodeOutput()