MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / SelectAndScatter

Function SelectAndScatter

tensorflow/compiler/xla/client/xla_builder.cc:3387–3395  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3385XlaOp ReplicaId(XlaBuilder* builder) { return builder->ReplicaId(); }
3386
3387XlaOp SelectAndScatter(const XlaOp operand, const XlaComputation& select,
3388 absl::Span<const int64> window_dimensions,
3389 absl::Span<const int64> window_strides, Padding padding,
3390 const XlaOp source, const XlaOp init_value,
3391 const XlaComputation& scatter) {
3392 return operand.builder()->SelectAndScatter(operand, select, window_dimensions,
3393 window_strides, padding, source,
3394 init_value, scatter);
3395}
3396
3397XlaOp SelectAndScatterWithGeneralPadding(
3398 const XlaOp operand, const XlaComputation& select,

Callers 6

CompileMethod · 0.85
TEST_FFunction · 0.85
TEST_FFunction · 0.85
XLA_TEST_PFunction · 0.85
XLA_TEST_FFunction · 0.85
TEST_FFunction · 0.85

Calls 2

SelectAndScatterMethod · 0.45
builderMethod · 0.45

Tested by 5

TEST_FFunction · 0.68
TEST_FFunction · 0.68
XLA_TEST_PFunction · 0.68
XLA_TEST_FFunction · 0.68
TEST_FFunction · 0.68