Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instruction.h1234 bool call_finish_visit = true,
1236 Status Accept(ConstDfsHloVisitor* visitor, bool call_finish_visit = true,
1239 visitor, call_finish_visit, ignore_control_predecessors);
1249 bool call_finish_visit = true);
Dhlo_instruction.cc3397 bool call_finish_visit, in Accept() argument
3402 if (call_finish_visit) { in Accept()
3414 bool call_finish_visit) { in AcceptWithOperandOrder() argument
3425 if (call_finish_visit) { in AcceptWithOperandOrder()