Searched refs:ParseCast (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/external/armnn/src/armnnDeserializer/ |
H A D | Deserializer.hpp | 94 void ParseCast(GraphPtr graph, unsigned int layerIndex);
|
H A D | Deserializer.cpp | 220 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 D | flatbuffer_conversions.h | 117 TfLiteStatus ParseCast(const Operator* op, ErrorReporter* error_reporter,
|
H A D | flatbuffer_conversions.cc | 546 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 D | TfLiteParser.hpp | 120 void ParseCast(size_t subgraphIndex, size_t operatorIndex);
|
H A D | TfLiteParser.cpp | 733 … 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 D | LLParser.h | 481 bool ParseCast(Instruction *&I, PerFunctionState &PFS, unsigned Opc);
|
H A D | LLParser.cpp | 5021 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 D | LLParser.h | 584 bool ParseCast(Instruction *&Inst, PerFunctionState &PFS, unsigned Opc);
|
H A D | LLParser.cpp | 5799 case lltok::kw_ptrtoint: return ParseCast(Inst, PFS, KeywordVal); in ParseInstruction() 6549 bool LLParser::ParseCast(Instruction *&Inst, PerFunctionState &PFS, in ParseCast() function in LLParser
|