Home
last modified time | relevance | path

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

/external/python/cpython2/Doc/library/
Dfunctions.rst1152 accum_value = initializer
1154 accum_value = function(accum_value, x)
1155 return accum_value
/external/tensorflow/tensorflow/compiler/xla/service/
Delemental_ir_emitter.cc2775 llvm::Value* accum_value = Load(accum); in EmitElementalReduce() local
2776 reduction_operands.push_back(accum_value); in EmitElementalReduce()