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

Method start

tensorflow/core/framework/tensor_slice.h:71–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69 int dims() const { return starts_.size(); }
70
71 int64 start(int d) const {
72 DCHECK_GE(d, 0);
73 DCHECK_LT(d, dims());
74 return starts_[d];
75 }
76
77 int64 length(int d) const {
78 DCHECK_GE(d, 0);

Callers 5

TensorSliceMethod · 0.45
BuildTensorSliceMethod · 0.45
IntersectMethod · 0.45
ComputeRelativeMethod · 0.45
UpdateToCoverMethod · 0.45

Calls 1

dimsFunction · 0.85

Tested by

no test coverage detected