Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ begin
Method
begin
tensorflow/compiler/xla/shape_util.h:136–136 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
134
using iterator = const int64*;
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(); }
Callers
nothing calls this directly
Calls
1
begin
Method · 0.45
Tested by
no test coverage detected