Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/DALI
/ empty
Method
empty
dali/util/thread_safe_queue.h:62–64 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
60
}
61
62
bool empty() const {
63
return queue_.empty();
64
}
65
66
typename std::queue<T>::size_type size() const {
67
return queue_.size();
Callers
5
TEST
Function · 0.45
pop
Method · 0.45
ThreadSafeQueue
Class · 0.45
ImageList
Function · 0.45
get_stats
Function · 0.45
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.36