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

Function SliceInDim

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

Source from the content-addressed store, hash-verified

2996}
2997
2998XlaOp SliceInDim(const XlaOp operand, int64 start_index, int64 limit_index,
2999 int64 stride, int64 dimno) {
3000 return operand.builder()->SliceInDim(operand, start_index, limit_index,
3001 stride, dimno);
3002}
3003
3004XlaOp DynamicSlice(const XlaOp operand, const XlaOp start_indices,
3005 absl::Span<const int64> slice_sizes) {

Callers 12

CalculateGradWarpFunction · 0.85
SetMatrixDiagFunction · 0.85
DoMirrorPadMethod · 0.85
CompileMethod · 0.85
CompileMethod · 0.85
CompileMethod · 0.85
CompileMethod · 0.85
CompileMethod · 0.85
CompileMethod · 0.85
CompileMethod · 0.85
AllToAllMethod · 0.85
ThomasSolverFunction · 0.85

Calls 2

SliceInDimMethod · 0.80
builderMethod · 0.45

Tested by

no test coverage detected