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

Function Gather

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

Source from the content-addressed store, hash-verified

3552}
3553
3554XlaOp Gather(const XlaOp input, const XlaOp start_indices,
3555 const GatherDimensionNumbers& dimension_numbers,
3556 absl::Span<const int64> slice_sizes, bool indices_are_sorted) {
3557 return input.builder()->Gather(input, start_indices, dimension_numbers,
3558 slice_sizes, indices_are_sorted);
3559}
3560
3561XlaOp Scatter(const XlaOp input, const XlaOp scatter_indices,
3562 const XlaOp updates, const XlaComputation& update_computation,

Callers 9

Gather2by2NeighborsFunction · 0.50
XlaGatherFunction · 0.50
CompileMethod · 0.50
TorchGatherFunction · 0.50
TorchIndexSelectFunction · 0.50
DiagonalBlocksFunction · 0.50
TEST_FFunction · 0.50
XLA_TEST_FFunction · 0.50

Calls 2

GatherMethod · 0.45
builderMethod · 0.45

Tested by 2

TEST_FFunction · 0.40
XLA_TEST_FFunction · 0.40