Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_computation.cc964 Status HloComputation::AcceptWithOperandOrder( in AcceptWithOperandOrder() function in xla::HloComputation
972 root->AcceptWithOperandOrder(visitor, operand_order, in AcceptWithOperandOrder()
976 return root_instruction()->AcceptWithOperandOrder(visitor, operand_order, in AcceptWithOperandOrder()
Dhlo_computation.h371 Status AcceptWithOperandOrder(
Dhlo_memory_scheduler.cc494 TF_RETURN_IF_ERROR(computation->AcceptWithOperandOrder( in DFSMemoryScheduler()
Dhlo_instruction.h1247 Status AcceptWithOperandOrder(DfsHloVisitor* visitor,
Dhlo_instruction.cc3412 Status HloInstruction::AcceptWithOperandOrder( in AcceptWithOperandOrder() function in xla::HloInstruction