Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CVCUDA/CV-CUDA
/ shared_from_this
Method
shared_from_this
python/mod_cvcuda/nvcv/Tensor.cpp:252–255 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
250
}
251
252
std::shared_ptr<Tensor> Tensor::shared_from_this()
253
{
254
return std::static_pointer_cast<Tensor>(Container::shared_from_this());
255
}
256
257
std::shared_ptr<const Tensor> Tensor::shared_from_this() const
258
{
Callers
2
cuda
Method · 0.95
Wrap
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected