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

Function DynamicSlice

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

Source from the content-addressed store, hash-verified

3002}
3003
3004XlaOp DynamicSlice(const XlaOp operand, const XlaOp start_indices,
3005 absl::Span<const int64> slice_sizes) {
3006 return operand.builder()->DynamicSlice(operand, start_indices, slice_sizes);
3007}
3008XlaOp DynamicSlice(const XlaOp operand, absl::Span<const XlaOp> start_indices,
3009 absl::Span<const int64> slice_sizes) {
3010 return operand.builder()->DynamicSlice(operand, start_indices, slice_sizes);

Callers 15

CompileMethod · 0.85
CompileMethod · 0.85
DynamicAddSliceFunction · 0.85
CompileMethod · 0.85
CompileMethod · 0.85
operator()Method · 0.85
CompileMethod · 0.85
CompileMethod · 0.85
ExecuteTensorListPopBackFunction · 0.85
ExecuteTensorListGetItemFunction · 0.85
DynamicSliceInMinorDimsFunction · 0.85
TEST_FFunction · 0.85

Calls 2

DynamicSliceMethod · 0.45
builderMethod · 0.45

Tested by 10

TEST_FFunction · 0.68
TEST_FFunction · 0.68
TEST_PFunction · 0.68
TEST_FFunction · 0.68
TEST_FFunction · 0.68
XLA_TEST_FFunction · 0.68
RunR1Method · 0.68
RunR2Method · 0.68
RunR3Method · 0.68
BM_DynamicSliceFunction · 0.68