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

Method shared_from_this

python/mod_cvcuda/nvcv/TensorBatch.cpp:229–232  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

227}
228
229std::shared_ptr<TensorBatch> TensorBatch::shared_from_this()
230{
231 return std::static_pointer_cast<TensorBatch>(Container::shared_from_this());
232}
233
234std::shared_ptr<const TensorBatch> TensorBatch::shared_from_this() const
235{

Callers 1

pushBackMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected