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

Method start

tensorflow/core/lib/gtl/flatrep.h:79–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77 size_t size() const { return not_empty_ - deleted_; }
78 size_t bucket_count() const { return mask_ + 1; }
79 Bucket* start() const { return array_; }
80 Bucket* limit() const { return end_; }
81 const Hash& hash_function() const { return hash_; }
82 const Eq& key_eq() const { return equal_; }

Callers 15

mainFunction · 0.45
beginMethod · 0.45
beginMethod · 0.45
ComputeMethod · 0.45
ComputeMethod · 0.45
ComputeAsyncMethod · 0.45
ComputeAsyncMethod · 0.45
LookupSliceInfoFunction · 0.45
EncodeTensorNameSliceFunction · 0.45
startBackgroundThreadMethod · 0.45
startBackgroundThreadMethod · 0.45
onResumeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected