Searched defs:ReduceWindow (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/g3doc/ |
D | operation_semantics.md | 1858 ## ReduceWindow section in Operation Semantics
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_cost_analysis_test.cc | 334 TEST_F(HloCostAnalysisTest, ReduceWindow) { in TEST_F() argument
|
/external/tensorflow/tensorflow/compiler/xla/tests/ |
D | fusion_test.cc | 647 XLA_TEST_F(FusionTest, DISABLED_ON_CPU(ReduceWindow)) { in XLA_TEST_F()
|
/external/tensorflow/tensorflow/compiler/xla/client/ |
D | xla_builder.cc | 1993 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/ |
D | xla_client.py | 1472 def ReduceWindow(self, operand, init_value, computation_to_apply, member in ComputationBuilder
|