Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/g3doc/
H A Doperation_semantics.md2690 ## SelectAndScatter section in Operation Semantics
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_cost_analysis_test.cc531 TEST_F(HloCostAnalysisTest, SelectAndScatter) { in TEST_F() argument
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/client/
H A Dxla_builder.cc3256 XlaOp XlaBuilder::SelectAndScatter(XlaOp operand, const XlaComputation& select, in SelectAndScatter() function in xla::XlaBuilder
4722 XlaOp SelectAndScatter(const XlaOp operand, const XlaComputation& select, in SelectAndScatter() function