MCPcopy Create free account
hub / github.com/CVCUDA/CV-CUDA / GetSizeInBytes

Method GetSizeInBytes

python/mod_cvcuda/nvcv/ImageBatch.cpp:99–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97}
98
99int64_t ImageBatchVarShape::GetSizeInBytes() const
100{
101 // m_size_inbytes == -1 indicates failure case and value has not been computed yet
102 NVCV_ASSERT(m_size_inbytes != -1
103 && "ImageBatchVarShape has m_size_inbytes == -1, ie m_size_inbytes has not been correctly set");
104 return m_size_inbytes;
105}
106
107const nvcv::ImageBatchVarShape &ImageBatchVarShape::impl() const
108{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected