Searched refs:ParseCast (Results 1 – 7 of 7) sorted by relevance
/external/tensorflow/tensorflow/lite/micro/ |
D | micro_mutable_op_resolver.h | 147 return AddBuiltin(BuiltinOperator_CAST, Register_CAST(), ParseCast); in AddCast()
|
/external/tensorflow/tensorflow/lite/core/api/ |
D | flatbuffer_conversions.h | 99 TfLiteStatus ParseCast(const Operator* op, ErrorReporter* error_reporter,
|
D | flatbuffer_conversions.cc | 478 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/ |
D | LLParser.h | 481 bool ParseCast(Instruction *&I, PerFunctionState &PFS, unsigned Opc);
|
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
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/ |
D | LLParser.h | 584 bool ParseCast(Instruction *&Inst, PerFunctionState &PFS, unsigned Opc);
|
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
|