Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ end
Method
end
tensorflow/compiler/xla/shape_util.h:137–137 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
135
136
iterator begin() const { return indices_.begin(); }
137
iterator end() const { return indices_.end(); }
138
int64 size() const { return indices_.size(); }
139
bool empty() const { return indices_.empty(); }
140
int64 front() const {
Callers
nothing calls this directly
Calls
1
end
Method · 0.45
Tested by
no test coverage detected