MCPcopy 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
291size_t HeaderData::size() const {
292 return volume(shape);
293}
294
295size_t HeaderData::nbytes() const {
296 return type_info ? type_info->size() * size() : 0_uz;

Callers 2

ParseHeaderContentsFunction · 0.45
nbytesMethod · 0.45

Calls 1

volumeFunction · 0.85

Tested by

no test coverage detected