Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Delemental_ir_emitter.cc2773 std::vector<llvm::Value*> reduction_operands; in EmitElementalReduce() local
2776 reduction_operands.push_back(accum_value); in EmitElementalReduce()
2782 reduction_operands.push_back(input_element); in EmitElementalReduce()
2787 EmitThreadLocalCall(*reduce->to_apply(), reduction_operands, in EmitElementalReduce()