Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dtranspose_folding.cc199 std::vector<std::pair<HloInstruction*, OperandIndices>> foldable_convolutions; in Run() local
201 &foldable_convolutions](HloInstruction* instruction) { in Run()
213 foldable_convolutions.emplace_back( in Run()
229 for (InstructionOperandsPair& pair : foldable_convolutions) { in Run()