Home
last modified time | relevance | path

Searched refs:foldable_dots (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dtranspose_folding.cc198 std::vector<std::pair<HloInstruction*, OperandIndices>> foldable_dots; in Run() local
200 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()