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

Method length

tensorflow/core/framework/ev_allocator.h:141–141  ·  view source on GitHub ↗

Return current length of list

Source from the content-addressed store, hash-verified

139 public:
140 // Return current length of list
141 size_t length() const { return list_.size(); }
142
143 // Is list empty?
144 bool empty() const { return list_.empty(); }

Callers 6

BuildTensorSliceMethod · 0.45
IntersectMethod · 0.45
ComputeRelativeMethod · 0.45
GetExtentLengthMethod · 0.45
LoadLibraryFunction · 0.45
LookupMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected