Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CVCUDA/CV-CUDA
/ shape
Method
shape
python/mod_cvcuda/nvcv/Tensor.cpp:272–275 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
270
}
271
272
Shape Tensor::shape() const
273
{
274
return CreateShape(m_impl.shape());
275
}
276
277
std::optional<nvcv::TensorLayout> Tensor::layout() const
278
{
Callers
2
ComputeHash
Function · 0.45
Tensor.cpp
File · 0.45
Calls
1
CreateShape
Function · 0.85
Tested by
no test coverage detected