Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegEngine
/ size
Method
size
src/core/include/megbrain/utils/thin/hash_table.h:357–357 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
355
bool empty() const { return m_impl.impl().empty(); }
356
357
size_t size() const { return m_impl.impl().size(); }
358
359
/* -------------- modifiers -------------- */
360
void clear() {
Callers
5
eval
Method · 0.45
unpack_vector
Function · 0.45
eval
Method · 0.45
FutureThreadPool
Class · 0.45
size
Method · 0.45
Calls
1
impl
Method · 0.45
Tested by
no test coverage detected