Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dalgebraic_simplifier.cc2948 std::vector<HloInstruction*> reshaped_args; in HandleReduce() local
2951 reshaped_args.push_back( in HandleReduce()
2956 reduce, HloInstruction::CreateTuple(reshaped_args)); in HandleReduce()