Home
last modified time | relevance | path

Searched defs:ReduceWindow (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/g3doc/
Doperation_semantics.md1858 ## ReduceWindow section in Operation Semantics
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_cost_analysis_test.cc334 TEST_F(HloCostAnalysisTest, ReduceWindow) { in TEST_F() argument
/external/tensorflow/tensorflow/compiler/xla/tests/
Dfusion_test.cc647 XLA_TEST_F(FusionTest, DISABLED_ON_CPU(ReduceWindow)) { in XLA_TEST_F()
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc1993 XlaOp XlaBuilder::ReduceWindow(const XlaOp& operand, const XlaOp& init_value, in ReduceWindow() function in xla::XlaBuilder
3210 XlaOp ReduceWindow(const XlaOp& operand, const XlaOp& init_value, in ReduceWindow() function
/external/tensorflow/tensorflow/compiler/xla/python/
Dxla_client.py1472 def ReduceWindow(self, operand, init_value, computation_to_apply, member in ComputationBuilder