Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ end
Method
end
tensorflow/core/framework/tensor_slice.h:83–87 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
81
}
82
83
int64 end(int d) const {
84
DCHECK_GE(d, 0);
85
DCHECK_LT(d, dims());
86
return start(d) + length(d);
87
}
88
89
void set_start(int d, int64 x) {
90
DCHECK_GE(d, 0);
Callers
nothing calls this directly
Calls
2
dims
Function · 0.85
start
Function · 0.85
Tested by
no test coverage detected