Home
last modified time | relevance | path

Searched refs:ParseCast (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/armnn/src/armnnDeserializer/
H A DDeserializer.hpp94 void ParseCast(GraphPtr graph, unsigned int layerIndex);
H A DDeserializer.cpp220 m_ParserFunctions[Layer_CastLayer] = &DeserializerImpl::ParseCast; in DeserializerImpl()
1401 void IDeserializer::DeserializerImpl::ParseCast(GraphPtr graph, unsigned int layerIndex) in ParseCast() function in armnnDeserializer::IDeserializer::DeserializerImpl
/aosp_15_r20/external/tensorflow/tensorflow/lite/core/api/
H A Dflatbuffer_conversions.h117 TfLiteStatus ParseCast(const Operator* op, ErrorReporter* error_reporter,
H A Dflatbuffer_conversions.cc546 return ParseCast(op, error_reporter, allocator, builtin_data); in ParseOpDataTfLite()
1131 TfLiteStatus ParseCast(const Operator* op, ErrorReporter* error_reporter, in ParseCast() function
/aosp_15_r20/external/armnn/src/armnnTfLiteParser/
H A DTfLiteParser.hpp120 void ParseCast(size_t subgraphIndex, size_t operatorIndex);
H A DTfLiteParser.cpp733 … m_ParserFunctions[tflite::BuiltinOperator_CAST] = &TfLiteParserImpl::ParseCast; in TfLiteParserImpl()
1188 void TfLiteParserImpl::ParseCast(size_t subgraphIndex, size_t operatorIndex) in ParseCast() function in armnnTfLiteParser::TfLiteParserImpl
/aosp_15_r20/external/llvm/lib/AsmParser/
H A DLLParser.h481 bool ParseCast(Instruction *&I, PerFunctionState &PFS, unsigned Opc);
H A DLLParser.cpp5021 case lltok::kw_ptrtoint: return ParseCast(Inst, PFS, KeywordVal); in ParseInstruction()
5624 bool LLParser::ParseCast(Instruction *&Inst, PerFunctionState &PFS, in ParseCast() function in LLParser
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
H A DLLParser.h584 bool ParseCast(Instruction *&Inst, PerFunctionState &PFS, unsigned Opc);
H A DLLParser.cpp5799 case lltok::kw_ptrtoint: return ParseCast(Inst, PFS, KeywordVal); in ParseInstruction()
6549 bool LLParser::ParseCast(Instruction *&Inst, PerFunctionState &PFS, in ParseCast() function in LLParser