Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_parser.cc121 bool ParseInstructionRhs(HloComputation::Builder* builder, const string& name,
653 return ParseInstructionRhs(builder, name, name_loc); in ParseInstruction()
656 bool HloParser::ParseInstructionRhs(HloComputation::Builder* builder, in ParseInstructionRhs() function in xla::__anonc071bf1f0111::HloParser
4076 if (!ParseInstructionRhs(&builder, module->name(), lexer_.GetLoc())) { in ParseSingleInstruction()