Searched refs:operand_order (Results 1 – 4 of 4) sorted by relevance
1056 const HloInstruction::CompareFunction& operand_order) const { in AcceptWithOperandOrder()1062 root->AcceptWithOperandOrder(visitor, operand_order, in AcceptWithOperandOrder()1066 return root_instruction()->AcceptWithOperandOrder(visitor, operand_order, in AcceptWithOperandOrder()
476 const HloInstruction::CompareFunction& operand_order) const;
3745 const InternalCompareFunction* operand_order, in PostOrderDFS() argument3808 if (operand_order != nullptr) { in PostOrderDFS()3810 *operand_order); in PostOrderDFS()3839 DfsHloVisitor* visitor, const CompareFunction& operand_order, in AcceptWithOperandOrder() argument3842 InternalCompareFunction func = [&operand_order]( in AcceptWithOperandOrder()3847 return operand_order(a.second, b.second); in AcceptWithOperandOrder()
1421 const CompareFunction& operand_order,