Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ begin
Method
begin
tensorflow/core/util/sparse/group_iterator.h:89–89 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
87
class IteratorStep;
88
89
IteratorStep begin() { return IteratorStep(this, 0); }
90
IteratorStep at(int64 loc) {
91
CHECK(loc >= 0 && loc <= ix_.dim_size(0))
92
<<
"loc provided must lie between 0 and "
<< ix_.dim_size(0);
Callers
8
SparseTensor
Function · 0.45
Reorder
Method · 0.45
Concat
Method · 0.45
TEST
Function · 0.45
GroupIterable
Method · 0.45
SetStateScoreAccordingToDict
Method · 0.45
LabelSeq
Method · 0.45
Decode
Method · 0.45
Calls
1
IteratorStep
Class · 0.85
Tested by
2
TEST
Function · 0.36
SetStateScoreAccordingToDict
Method · 0.36