Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/micro/
Dmicro_mutable_op_resolver.h147 return AddBuiltin(BuiltinOperator_CAST, Register_CAST(), ParseCast); in AddCast()
/external/tensorflow/tensorflow/lite/core/api/
Dflatbuffer_conversions.h99 TfLiteStatus ParseCast(const Operator* op, ErrorReporter* error_reporter,
Dflatbuffer_conversions.cc478 return ParseCast(op, error_reporter, allocator, builtin_data); in ParseOpDataTfLite()
1015 TfLiteStatus ParseCast(const Operator* op, ErrorReporter* error_reporter, in ParseCast() function
/external/llvm/lib/AsmParser/
DLLParser.h481 bool ParseCast(Instruction *&I, PerFunctionState &PFS, unsigned Opc);
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
/external/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLParser.h584 bool ParseCast(Instruction *&Inst, PerFunctionState &PFS, unsigned Opc);
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