MCPcopy 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

SparseTensorFunction · 0.45
ReorderMethod · 0.45
ConcatMethod · 0.45
TESTFunction · 0.45
GroupIterableMethod · 0.45
LabelSeqMethod · 0.45
DecodeMethod · 0.45

Calls 1

IteratorStepClass · 0.85

Tested by 2

TESTFunction · 0.36