Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
TensorSlice
Method · 0.45
BuildTensorSlice
Method · 0.45
Intersect
Method · 0.45
ComputeRelative
Method · 0.45
UpdateToCover
Method · 0.45
Calls
1
dims
Function · 0.85
Tested by
no test coverage detected