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.cc820 Status HloComputation::AcceptWithOperandOrder( in AcceptWithOperandOrder() function in xla::HloComputation
828 root->AcceptWithOperandOrder(visitor, operand_order, in AcceptWithOperandOrder()
832 return root_instruction()->AcceptWithOperandOrder(visitor, operand_order, in AcceptWithOperandOrder()
Dhlo_computation.h304 Status AcceptWithOperandOrder(
Dhlo_memory_scheduler.cc475 TF_RETURN_IF_ERROR(computation->AcceptWithOperandOrder( in DFSMemoryScheduler()
Dhlo_instruction.h1019 Status AcceptWithOperandOrder(DfsHloVisitor* visitor,
Dhlo_instruction.cc2802 Status HloInstruction::AcceptWithOperandOrder( in AcceptWithOperandOrder() function in xla::HloInstruction