Home
last modified time | relevance | path

Searched defs:ParserType (Results 1 – 18 of 18) sorted by relevance

/aosp_15_r20/external/armnn/src/armnnConverter/
H A DArmnnConverter.cpp178 struct ParserType struct
180 typedef T parserType;
/aosp_15_r20/development/tools/winscope/src/parsers/traces/
H A Dtraces_parser_factory.ts40 for (const ParserType of TracesParserFactory.PARSERS) { constant
/aosp_15_r20/development/tools/winscope/src/parsers/legacy/
H A Dparser_factory.ts79 for (const ParserType of ParserFactory.PARSERS) { constant
/aosp_15_r20/development/tools/winscope/src/parsers/perfetto/
H A Dparser_factory.ts90 for (const ParserType of ParserFactory.PARSERS) { constant
/aosp_15_r20/external/armnn/tests/OnnxMnist-Armnn/
H A DOnnxMnist-Armnn.cpp18 using ParserType = armnnOnnxParser::IOnnxParser; in main() typedef
/aosp_15_r20/external/armnn/tests/OnnxMobileNet-Armnn/
H A DOnnxMobileNet-Armnn.cpp26 using ParserType = armnnOnnxParser::IOnnxParser; in main() typedef
/aosp_15_r20/external/armnn/tests/TfLiteInceptionV4Quantized-Armnn/
H A DTfLiteInceptionV4Quantized-Armnn.cpp28 using ParserType = armnnTfLiteParser::ITfLiteParser; in main() typedef
/aosp_15_r20/external/armnn/tests/TfLiteMobilenetV2Quantized-Armnn/
H A DTfLiteMobilenetV2Quantized-Armnn.cpp28 using ParserType = armnnTfLiteParser::ITfLiteParser; in main() typedef
/aosp_15_r20/external/armnn/tests/TfLiteResNetV2-50-Quantized-Armnn/
H A DTfLiteResNetV2-50-Quantized-Armnn.cpp28 using ParserType = armnnTfLiteParser::ITfLiteParser; in main() typedef
/aosp_15_r20/external/armnn/tests/TfLiteVGG16Quantized-Armnn/
H A DTfLiteVGG16Quantized-Armnn.cpp30 using ParserType = armnnTfLiteParser::ITfLiteParser; in main() typedef
/aosp_15_r20/external/armnn/tests/TfLiteInceptionV3Quantized-Armnn/
H A DTfLiteInceptionV3Quantized-Armnn.cpp28 using ParserType = armnnTfLiteParser::ITfLiteParser; in main() typedef
/aosp_15_r20/external/armnn/tests/TfLiteMobileNetQuantizedSoftmax-Armnn/
H A DTfLiteMobileNetQuantizedSoftmax-Armnn.cpp30 using ParserType = armnnTfLiteParser::ITfLiteParser; in main() typedef
/aosp_15_r20/external/armnn/tests/TfLiteMnasNet-Armnn/
H A DTfLiteMnasNet-Armnn.cpp28 using ParserType = armnnTfLiteParser::ITfLiteParser; in main() typedef
/aosp_15_r20/external/armnn/tests/TfLiteResNetV2-Armnn/
H A DTfLiteResNetV2-Armnn.cpp29 using ParserType = armnnTfLiteParser::ITfLiteParser; in main() typedef
/aosp_15_r20/external/antlr/runtime/Cpp/include/
H A Dantlr3baserecognizer.hpp61 typedef typename ImplTraits::ParserType ParserType; typedef in BaseRecognizer
H A Dantlr3traits.hpp271 typedef PsrType ParserType; typedef in Traits
H A Dantlr3baserecognizer.inl772 …<ImplTraits, StreamType>::getCurrentInputSymbol(IntStreamType* istream, ClassForwarder<ParserType>)
/aosp_15_r20/external/armnn/tests/TfLiteMobilenetQuantized-Armnn/
H A DTfLiteMobilenetQuantized-Armnn.cpp109 using ParserType = armnnTfLiteParser::ITfLiteParser; in main() typedef