Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/DALI
/ GetByteSize
Method
GetByteSize
dali/c_api_2/data_objects.h:368–370 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
366
}
367
368
size_t GetByteSize() const override {
369
return t_->nbytes();
370
}
371
372
daliDataType_t GetDType() const override {
373
return t_->type();
Callers
2
daliTensorGetByteSize
Function · 0.45
daliTensorListGetByteSize
Function · 0.45
Calls
1
nbytes
Method · 0.45
Tested by
no test coverage detected