MCPcopy 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

daliTensorGetByteSizeFunction · 0.45

Calls 1

nbytesMethod · 0.45

Tested by

no test coverage detected