Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
BuildTensorSlice
Method · 0.45
Intersect
Method · 0.45
ComputeRelative
Method · 0.45
GetExtentLength
Method · 0.45
LoadLibrary
Function · 0.45
Lookup
Method · 0.45
Calls
1
size
Method · 0.45
Tested by
no test coverage detected