Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_parser.cc118 bool ParseInstructionList(HloComputation** computation,
565 if (!ParseInstructionList(&computation, name)) { in ParseComputation()
593 bool HloParser::ParseInstructionList(HloComputation** computation, in ParseInstructionList() function in xla::__anonc071bf1f0111::HloParser
3276 return ParseInstructionList(result, /*computation_name=*/"_"); in ParseHloComputation()