Searched refs:operand_order (Results 1 – 4 of 4) sorted by relevance
822 const HloInstruction::CompareFunction& operand_order) const { in AcceptWithOperandOrder()828 root->AcceptWithOperandOrder(visitor, operand_order, in AcceptWithOperandOrder()832 return root_instruction()->AcceptWithOperandOrder(visitor, operand_order, in AcceptWithOperandOrder()
306 const HloInstruction::CompareFunction& operand_order) const;
2711 const InternalCompareFunction* operand_order, in PostOrderDFS() argument2772 if (operand_order != nullptr) { in PostOrderDFS()2774 *operand_order); in PostOrderDFS()2803 DfsHloVisitor* visitor, const CompareFunction& operand_order, in AcceptWithOperandOrder() argument2806 InternalCompareFunction func = [&operand_order]( in AcceptWithOperandOrder()2811 return operand_order(a.second, b.second); in AcceptWithOperandOrder()
1020 const CompareFunction& operand_order,