Searched refs:foldable_dots (Results 1 – 1 of 1) sorted by relevance
198 std::vector<std::pair<HloInstruction*, OperandIndices>> foldable_dots; in Run() local200 auto visit_fn = [this, &foldable_dots, in Run()206 foldable_dots.emplace_back(instruction, operand_indices); in Run()225 for (InstructionOperandsPair& pair : foldable_dots) { in Run()