MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / at

Method at

tensorflow/core/util/sparse/group_iterator.h:90–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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);
93 return IteratorStep(this, loc);
94 }
95 IteratorStep end() { return IteratorStep(this, ix_.dim_size(0)); }
96
97 template <typename TIX>

Callers 8

CalculateKeysFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
AddNodeStatsMethod · 0.45
execute_primitivesFunction · 0.45
ExecutePrimitiveFunction · 0.45
PrintOutputsMethod · 0.45
PopulateLPrimesMethod · 0.45

Calls 2

IteratorStepClass · 0.85
dim_sizeMethod · 0.45

Tested by 3

CalculateKeysFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36