Searched refs:ParseOpcode (Results 1 – 1 of 1) sorted by relevance
302 bool ParseOpcode(HloOpcode* result);662 if (!ParseShape(&shape) || !ParseOpcode(&opcode)) { in ParseInstructionRhs()3747 bool HloParser::ParseOpcode(HloOpcode* result) { in ParseOpcode() function in xla::__anonc071bf1f0111::HloParser