HomeSort by relevance Sort by last modified time
    Searched refs:ReduceWindowAdd (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/tests/
reduce_window_test.cc 72 void ReduceWindowAdd(const XlaOp& input,
159 ReduceWindowAdd(input, {1, 1, 2, 1}, {1, 1, 1, 1}, padding);
174 ReduceWindowAdd(input, {1, 1, 2, 1}, {1, 1, 1, 1}, padding);
188 ReduceWindowAdd(input, {1, 1, 1, 1}, {1, 2, 2, 1}, padding);
205 ReduceWindowAdd(input, {1, 1, lrn_diameter, 1}, {1, 1, 1, 1}, padding);
225 ReduceWindowAdd(input_data_handle, {win_len, win_len, 1, 1},
248 ReduceWindowAdd(input_data_handle, {win_len, win_len, 1, 1},
273 ReduceWindowAdd(input_data_handle, {win_len, win_len, 1, 1},
292 ReduceWindowAdd(input_data_handle, {1, 1, 1, 11}, {1, 1, 1, 1}, padding);
349 ReduceWindowAdd(input, {1, 1, 7, 1}, {1, 4, 1, 1}, padding)
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_evaluator_test.cc     [all...]

Completed in 208 milliseconds