Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dmhlo_to_lhlo_with_xla.cc1195 auto hlo_reduce_window = xla::Cast<xla::HloReduceWindowInstruction>(instr); in EmitReduceWindowOp() local
1198 for (const auto& dim : hlo_reduce_window->window().dimensions()) { in EmitReduceWindowOp()
1207 if (xla::window_util::HasStride(hlo_reduce_window->window())) { in EmitReduceWindowOp()
1210 if (xla::window_util::HasBaseDilation(hlo_reduce_window->window())) { in EmitReduceWindowOp()
1213 if (xla::window_util::HasWindowDilation(hlo_reduce_window->window())) { in EmitReduceWindowOp()
1218 if (xla::window_util::HasPadding(hlo_reduce_window->window())) { in EmitReduceWindowOp()
1225 *hlo_reduce_window->called_computations()[0], &reduce_window.body(), in EmitReduceWindowOp()