Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/DALI
/ size
Method
size
dali/util/numpy.cc:291–293 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
289
}
290
291
size_t HeaderData::size() const {
292
return volume(shape);
293
}
294
295
size_t HeaderData::nbytes() const {
296
return type_info ? type_info->size() * size() : 0_uz;
Callers
2
ParseHeaderContents
Function · 0.45
nbytes
Method · 0.45
Calls
1
volume
Function · 0.85
Tested by
no test coverage detected