MCPcopy 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
272Shape Tensor::shape() const
273{
274 return CreateShape(m_impl.shape());
275}
276
277std::optional<nvcv::TensorLayout> Tensor::layout() const
278{

Callers 2

ComputeHashFunction · 0.45
Tensor.cppFile · 0.45

Calls 1

CreateShapeFunction · 0.85

Tested by

no test coverage detected