Home
last modified time | relevance | path

Searched defs:SelectAndScatter (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/g3doc/
Doperation_semantics.md2267 ## SelectAndScatter section in Operation Semantics
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_cost_analysis_test.cc351 TEST_F(HloCostAnalysisTest, SelectAndScatter) { in TEST_F() argument
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc2244 XlaOp XlaBuilder::SelectAndScatter(const XlaOp& operand, in SelectAndScatter() function in xla::XlaBuilder
3259 XlaOp SelectAndScatter(const XlaOp& operand, const XlaComputation& select, in SelectAndScatter() function
/external/tensorflow/tensorflow/compiler/xla/python/
Dxla_client.py1282 def SelectAndScatter(self, operand, select, window_dimensions, window_strides, member in ComputationBuilder