Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Delemental_ir_emitter.cc2735 llvm::AllocaInst* accumulator_addr = llvm_ir::EmitAllocaAtFunctionEntry( in EmitElementalReduce() local
2740 Store(init_value, accumulator_addr); in EmitElementalReduce()
2741 accumulator_addrs.push_back(accumulator_addr); in EmitElementalReduce()