Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dreduce_window_op.cc118 xla::XlaOp output = xla::ReduceWindowWithGeneralPadding( in Compile()
Dscan_ops.cc102 auto output = xla::ReduceWindowWithGeneralPadding( in Compile()
/external/tensorflow/tensorflow/compiler/xla/tests/
Dreduce_window_test.cc654 ReduceWindowWithGeneralPadding( in DoIt()
1265 ReduceWindowWithGeneralPadding( in DoIt()
1465 ReduceWindowWithGeneralPadding( in XLA_TEST_P()
/external/tensorflow/tensorflow/compiler/xla/python/
Dops.cc231 ops.def("ReduceWindowWithGeneralPadding", &ReduceWindowWithGeneralPadding, in BuildOpsSubmodule()
Dxla_client_test.py1664 ops.ReduceWindowWithGeneralPadding(
1689 ops.ReduceWindowWithGeneralPadding(
1714 ops.ReduceWindowWithGeneralPadding(
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.h711 XlaOp ReduceWindowWithGeneralPadding(
1288 friend XlaOp ReduceWindowWithGeneralPadding(
2174 XlaOp ReduceWindowWithGeneralPadding(
Dxla_builder.cc2543 return ReduceWindowWithGeneralPadding( in ReduceWindow()
2549 XlaOp XlaBuilder::ReduceWindowWithGeneralPadding( in ReduceWindowWithGeneralPadding() function in xla::XlaBuilder
4639 XlaOp ReduceWindowWithGeneralPadding( in ReduceWindowWithGeneralPadding() function
4647 return operand.builder()->ReduceWindowWithGeneralPadding( in ReduceWindowWithGeneralPadding()
/external/tensorflow/tensorflow/compiler/mlir/xla/
Dmlir_hlo_to_hlo.cc884 value_map[op] = xla::ReduceWindowWithGeneralPadding( in ExportXlaOp()