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

Method GetSizeInBytes

python/mod_cvcuda/nvcv/Array.cpp:202–207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

200}
201
202int64_t Array::GetSizeInBytes() const
203{
204 // m_size_inbytes == -1 indicates failure case and value has not been computed yet
205 NVCV_ASSERT(m_size_inbytes != -1 && "Array has m_size_inbytes == -1, ie m_size_inbytes has not been correctly set");
206 return m_size_inbytes;
207}
208
209std::shared_ptr<Array> Array::shared_from_this()
210{

Callers 4

~CacheMethod · 0.45
addMethod · 0.45
ExportMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected