Searched refs:operand_order (Results 1 – 4 of 4) sorted by relevance
966 const HloInstruction::CompareFunction& operand_order) const { in AcceptWithOperandOrder()972 root->AcceptWithOperandOrder(visitor, operand_order, in AcceptWithOperandOrder()976 return root_instruction()->AcceptWithOperandOrder(visitor, operand_order, in AcceptWithOperandOrder()
373 const HloInstruction::CompareFunction& operand_order) const;
3314 const InternalCompareFunction* operand_order, in PostOrderDFS() argument3382 if (operand_order != nullptr) { in PostOrderDFS()3384 *operand_order); in PostOrderDFS()3413 DfsHloVisitor* visitor, const CompareFunction& operand_order, in AcceptWithOperandOrder() argument3416 InternalCompareFunction func = [&operand_order]( in AcceptWithOperandOrder()3421 return operand_order(a.second, b.second); in AcceptWithOperandOrder()
1248 const CompareFunction& operand_order,