Searched defs:SelectAndScatter (Results 1 – 4 of 4) sorted by relevance
2267 ## SelectAndScatter section in Operation Semantics
351 TEST_F(HloCostAnalysisTest, SelectAndScatter) { in TEST_F() argument
2244 XlaOp XlaBuilder::SelectAndScatter(const XlaOp& operand, in SelectAndScatter() function in xla::XlaBuilder3259 XlaOp SelectAndScatter(const XlaOp& operand, const XlaComputation& select, in SelectAndScatter() function
1282 def SelectAndScatter(self, operand, select, window_dimensions, window_strides, member in ComputationBuilder