Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
H A Dscan_ops.cc103 auto output = xla::ReduceWindowWithGeneralPadding( in Compile()
H A Dunique_op.cc72 return xla::ReduceWindowWithGeneralPadding( in CumSumR1()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/tests/
H A Dreduce_window_test.cc652 ReduceWindowWithGeneralPadding( in DoIt()
1314 ReduceWindowWithGeneralPadding( in DoIt()
1538 ReduceWindowWithGeneralPadding( in XLA_TEST_P()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/python/xla_extension/
H A Dops.pyi291 def ReduceWindowWithGeneralPadding(
301 def ReduceWindowWithGeneralPadding(
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/python/
H A Dops.cc316 &ReduceWindowWithGeneralPadding), in BuildOpsSubmodule()
328 &ReduceWindowWithGeneralPadding), in BuildOpsSubmodule()
H A Dxla_client_test.py1957 ops.ReduceWindowWithGeneralPadding(
1982 ops.ReduceWindowWithGeneralPadding(
2007 ops.ReduceWindowWithGeneralPadding(
2037 ops.ReduceWindowWithGeneralPadding(
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/client/
H A Dxla_builder.h725 XlaOp ReduceWindowWithGeneralPadding(
1345 friend XlaOp ReduceWindowWithGeneralPadding(
1352 friend XlaOp ReduceWindowWithGeneralPadding(
2303 XlaOp ReduceWindowWithGeneralPadding(
2310 XlaOp ReduceWindowWithGeneralPadding(
H A Dxla_builder.cc2697 return ReduceWindowWithGeneralPadding( in ReduceWindow()
2703 XlaOp XlaBuilder::ReduceWindowWithGeneralPadding( in ReduceWindowWithGeneralPadding() function in xla::XlaBuilder
4625 XlaOp ReduceWindowWithGeneralPadding( in ReduceWindowWithGeneralPadding() function
4633 return operand.builder()->ReduceWindowWithGeneralPadding( in ReduceWindowWithGeneralPadding()
4639 XlaOp ReduceWindowWithGeneralPadding( in ReduceWindowWithGeneralPadding() function
4648 return operands[0].builder()->ReduceWindowWithGeneralPadding( in ReduceWindowWithGeneralPadding()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/xla/
H A Dmlir_hlo_to_hlo.cc1358 xla::XlaOp result = xla::ReduceWindowWithGeneralPadding( in ExportXlaOp()