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

Method GetSizeInBytes

python/mod_cvcuda/nvcv/Stream.cpp:309–315  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

307}
308
309int64_t Stream::GetSizeInBytes() const
310{
311 // m_size_inbytes == -1 indicates failure case and value has not been computed yet
312 NVCV_ASSERT(m_size_inbytes != -1
313 && "Stream has m_size_inbytes == -1, ie m_size_inbytes has not been correctly set");
314 return m_size_inbytes;
315}
316
317std::shared_ptr<Stream> Stream::shared_from_this()
318{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected