Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dreduction_splitter.cc102 std::unique_ptr<HloInstruction> final_reduce = HloInstruction::CreateReduce( in HandleReduce() local
106 return ReplaceWithNewInstruction(reduce, std::move(final_reduce)); in HandleReduce()