Searched refs:add_reduce (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/ |
D | reference_util.cc | 180 const auto add_reduce = [](float arg1, float arg2) { return arg1 + arg2; }; in ReduceWindow1DAdd() local 183 operand, init, add_reduce, window, stride, in ReduceWindow1DAdd() 303 const auto add_reduce = [](float arg1, float arg2) { return arg1 + arg2; }; in ReduceWindow4DAdd() local 304 return ReduceWindow4DGeneric(operand, init, add_reduce, window, stride, in ReduceWindow4DAdd()
|