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