MCPcopy Create free account

hub / github.com/CVCUDA/CV-CUDA / types & classes

Types & classes1,093 in github.com/CVCUDA/CV-CUDA

↓ 681 callersClassException
src/nvcv/src/priv/Exception.hpp:32
↓ 112 callersClassTensorLayout
* @brief Represents the layout of a tensor. * * This class wraps around the NVCVTensorLayout structure and provides additional * functionality for
src/nvcv/src/include/nvcv/TensorLayout.hpp:97
↓ 77 callersClassTensor
src/nvcv/src/priv/Tensor.hpp:29
↓ 31 callersClassTensorShape
* @brief The TensorShape class represents the shape and layout of a tensor. */
src/nvcv/src/include/nvcv/TensorShape.hpp:32
↓ 26 callersClassImageFormat
Wrapper to NVCVImageFormat to make it properly typed.
src/nvcv/src/priv/ImageFormat.hpp:39
↓ 21 callersClassBufferOStream
src/nvcv/util/String.hpp:29
↓ 21 callersClassMyTensorDataStrided
tests/nvcv_types/system/TestTensorDataAccess.cpp:29
↓ 14 callersClasstuple
python/mod_cvcuda/include/nvcv/python/Fwd.hpp:22
↓ 10 callersClassImageWrapData
src/nvcv/src/priv/Image.hpp:50
↓ 9 callersClassNVCVText
src/cvcuda/priv/Types.hpp:47
↓ 8 callersClassDataType
Wrapper to NVCVDataType to make it properly typed.
src/nvcv/src/priv/DataType.hpp:30
↓ 6 callersClassImageBatchVarShape
src/nvcv/src/include/nvcv/Fwd.hpp:42
↓ 6 callersClassObjectDetectionTensorRT
tests/cvcuda/stressTest/stress_test_inference.py:194
↓ 6 callersClassObjectDetectionTensorflow
tests/cvcuda/stressTest/stress_test_inference.py:116
↓ 6 callersClassSize2D
src/nvcv/util/Size.hpp:23
↓ 5 callersClassRequirements
src/nvcv/src/include/nvcv/alloc/Requirements.hpp:36
↓ 4 callersClassImageBatch
src/nvcv/src/include/nvcv/Fwd.hpp:39
↓ 4 callersClassIterator
src/nvcv/src/include/nvcv/TensorBatch.hpp:154
↓ 4 callersClassMorphologyBase
bench/python/all_ops/op_morphology.py:25
↓ 4 callersClassNvtxRangeTimeInfo
A data class to hold the time information of an NVTX range.
bench/python/benchmark.py:35
↓ 3 callersClassCudaBuffer
Wrapper for CUDA memory buffer that implements __cuda_array_interface__.
samples/interoperability/cuda_python_common.py:23
↓ 3 callersClassImage
python/mod_cvcuda/nvcv/Image.hpp:39
↓ 3 callersClassImage
src/nvcv/src/priv/Image.hpp:27
↓ 3 callersClassNVCVPolyLine
src/cvcuda/priv/Types.hpp:182
↓ 3 callersClassNVCVSegment
src/cvcuda/priv/Types.hpp:124
↓ 3 callersClassStream
python/mod_cvcuda/nvcv/StreamStack.hpp:27
↓ 3 callersClassTRT
samples/common.py:635
↓ 3 callersClassTensor
python/mod_cvcuda/include/nvcv/python/Tensor.hpp:38
↓ 3 callersClassTensor
src/nvcv/src/include/nvcv/Fwd.hpp:47
↓ 2 callersClassAppCAI
bench/python/nvcodec_utils.py:43
↓ 2 callersClassArray
python/mod_cvcuda/include/nvcv/python/Array.hpp:37
↓ 2 callersClassArrayData
src/nvcv/src/include/nvcv/Fwd.hpp:53
↓ 2 callersClassArrayWrapData
src/nvcv/src/priv/ArrayWrapData.hpp:27
↓ 2 callersClassBatch
This object helps us keep track of the data associated with a batch used throughout the deep learning pipelines of CVCUDA. In addition of
bench/python/batch.py:22
↓ 2 callersClassCudaEvent
* @brief A wrapper class for CUDA event handle (cudaEvent_t), * * The purpose of this class is to provide safe ownership and lifecycle management *
src/cvcuda/util/Event.hpp:39
↓ 2 callersClassCudaStream
* @brief A wrapper class for CUDA stream handle (cudaStream_t), * * The purpose of this class is to provide safe ownership and lifecycle management
src/cvcuda/util/Stream.hpp:40
↓ 2 callersClassDataType
src/nvcv/src/include/nvcv/DataType.hpp:52
↓ 2 callersClassImage
python/mod_cvcuda/include/nvcv/python/Image.hpp:37
↓ 2 callersClassImage
src/nvcv/src/include/nvcv/Fwd.hpp:32
↓ 2 callersClassImageBatchVarShape
python/mod_cvcuda/include/nvcv/python/ImageBatchVarShape.hpp:34
↓ 2 callersClassImageData
src/nvcv/src/include/nvcv/Fwd.hpp:33
↓ 2 callersClassNVCVClock
src/cvcuda/priv/Types.hpp:247
↓ 2 callersClassNvtxRange
A data class representing an NVTX range with its CPU and GPU time information.
bench/python/benchmark.py:56
↓ 2 callersClassPayload
tests/cvcuda/unit/TestSimpleCache.cpp:23
↓ 2 callersClassPrintToStringParamName
tests/nvcv_types/system/TestArray.cpp:62
↓ 2 callersClassResource
python/mod_cvcuda/nvcv/Stream.hpp:36
↓ 2 callersClassSharedCoreObj
src/nvcv/src/priv/SharedCoreObj.hpp:31
↓ 2 callersClassStbWordMeta
src/cvcuda/priv/legacy/textbackend/stb.cpp:51
↓ 2 callersClassStream
python/mod_cvcuda/include/nvcv/python/Stream.hpp:30
↓ 2 callersClassTensorBatch
python/mod_cvcuda/include/nvcv/python/TensorBatch.hpp:34
↓ 2 callersClassTensorBatchWrapT
src/cvcuda/include/cvcuda/cuda_tools/TensorBatchWrap.hpp:78
↓ 2 callersClassTensorData
src/nvcv/src/include/nvcv/Fwd.hpp:48
↓ 2 callersClassValue
tests/nvcv_types/unit/TestAlgorithm.cpp:39
↓ 2 callersClassValueList
tests/common/ValueList.hpp:203
↓ 1 callersClassAllocator
Represents a reference to an allocator object. * * The allocator object defines functions for allocating various resources, including * different k
src/nvcv/src/include/nvcv/alloc/Allocator.hpp:211
↓ 1 callersClassArray
src/nvcv/src/include/nvcv/Fwd.hpp:52
↓ 1 callersClassArray
tests/nvcv_types/cudatools_system/DeviceTensorWrap.hpp:41
↓ 1 callersClassBackboneAndHead
samples/common.py:386
↓ 1 callersClassBicubicFilter
tests/cvcuda/system/TestOpPillowResize.cpp:259
↓ 1 callersClassBilinearFilter
tests/cvcuda/system/TestOpPillowResize.cpp:239
↓ 1 callersClassBoxFilter
tests/cvcuda/system/TestOpPillowResize.cpp:229
↓ 1 callersClassCache
python/mod_cvcuda/include/nvcv/python/Cache.hpp:69
↓ 1 callersClassCacheItem
src/cvcuda/util/SimpleCache.hpp:113
↓ 1 callersClassCallback
src/nvcv/src/include/nvcv/detail/Callback.hpp:58
↓ 1 callersClassClassifierEnd2End
samples/common.py:272
↓ 1 callersClassColorSpec
src/nvcv/src/priv/ColorSpec.hpp:32
↓ 1 callersClassCudaArrayInterfaceObject
tests/cvcuda/python/test_tensor.py:139
↓ 1 callersClassCudaBuffer
samples/common.py:159
↓ 1 callersClassCudaBuffer
tests/cvcuda/python/cvcuda_util.py:103
↓ 1 callersClassCvCudaPerf
This class helps keep track of the CPU and GPU run-time performance of arbitrary python code spinets. This class do not have the functionalit
bench/python/perf_utils.py:41
↓ 1 callersClassDLPackObject
tests/cvcuda/python/test_tensor.py:118
↓ 1 callersClassDataShape
src/cvcuda/priv/legacy/CvCudaLegacy.h:76
↓ 1 callersClassEmptyCallable
tests/nvcv_types/unit/TestCallback.cpp:38
↓ 1 callersClassFCC
tests/nvcv_types/system/TestImageFormat.cpp:2424
↓ 1 callersClassHammingFilter
tests/cvcuda/system/TestOpPillowResize.cpp:249
↓ 1 callersClassImageBatchData
src/nvcv/src/include/nvcv/Fwd.hpp:40
↓ 1 callersClassImageBatchDecoder
bench/python/nvcodec_utils.py:471
↓ 1 callersClassImageDataStridedCuda
src/nvcv/src/include/nvcv/Fwd.hpp:36
↓ 1 callersClassImageDataStridedHost
src/nvcv/src/include/nvcv/Fwd.hpp:37
↓ 1 callersClassLanczosFilter
tests/cvcuda/system/TestOpPillowResize.cpp:269
↓ 1 callersClassNonCudaMemory
tests/cvcuda/python/test_image.py:310
↓ 1 callersClassProcessImageVisitor
tests/nvcv_types/system/TestImage.cpp:576
↓ 1 callersClassResourceAllocator
A base class that encapsulates an NVCVResourceAllocator struct * * This class is a convenience wrapper around NVCVResourceAllocator. The derived cla
src/nvcv/src/include/nvcv/alloc/Allocator.hpp:76
↓ 1 callersClassSegmentationEnd2End
samples/common.py:320
↓ 1 callersClassStructWrapper
tests/nvcv_types/unit/TestCallback.cpp:266
↓ 1 callersClassTensor
python/mod_cvcuda/nvcv/Tensor.hpp:36
↓ 1 callersClassTensorBatchData
* @brief General type represenitng data of any tensor batch. */
src/nvcv/src/include/nvcv/TensorBatchData.hpp:33
↓ 1 callersClassTensorDataAccessStrided
* @class TensorDataAccessStrided * @brief Provides access to tensor data with a strided memory layout. * * This class is an interface for accessing
src/nvcv/src/include/nvcv/TensorDataAccess.hpp:469
↓ 1 callersClassTensorDataAccessStridedImage
* @class TensorDataAccessStridedImage * @brief Provides access to image tensor data with a strided memory layout. * * This class extends `TensorDat
src/nvcv/src/include/nvcv/TensorDataAccess.hpp:516
↓ 1 callersClassTensorDataAccessStridedImagePlanar
* @class TensorDataAccessStridedImagePlanar * @brief Provides access to planar image tensor data with a strided memory layout. * * This class exten
src/nvcv/src/include/nvcv/TensorDataAccess.hpp:564
↓ 1 callersClassTensorDataStridedCuda
src/nvcv/src/include/nvcv/Fwd.hpp:50
↓ 1 callersClassTensorShapeInfo
* @class TensorShapeInfo * @brief This class provides information about the shape of a tensor. * * It inherits from TensorShapeInfoImpl and is spec
src/nvcv/src/include/nvcv/TensorShapeInfo.hpp:153
↓ 1 callersClassTensorShapeInfoImage
* @class TensorShapeInfoImage * @brief This class provides detailed information about the shape of an image tensor. * * It inherits from TensorShap
src/nvcv/src/include/nvcv/TensorShapeInfo.hpp:200
↓ 1 callersClassTensorShapeInfoImagePlanar
* @class TensorShapeInfoImagePlanar * @brief This class provides information about the shape of a planar image tensor. * * It inherits from TensorS
src/nvcv/src/include/nvcv/TensorShapeInfo.hpp:323
↓ 1 callersClassTestMat
tests/cvcuda/system/TestOpPillowResize.cpp:45
↓ 1 callersClassTypeSlot
Placeholder for a type parameter in a tuple.
tests/common/MixTypedTests.hpp:57
↓ 1 callersClassUniqueWorkspace
A helper class that manages the lifetime of resources stored in a Workspace structure. * * This class works in a way similar to unique_ptr with a cu
src/cvcuda/include/cvcuda/Workspace.hpp:78
↓ 1 callersClassWorkspaceLease
python/mod_cvcuda/WorkspaceCache.hpp:227
↓ 1 callersClassnvVideoDecoder
bench/python/nvcodec_utils.py:156
↓ 1 callersClassnvVideoEncoder
bench/python/nvcodec_utils.py:330
next →1–100 of 1,093, ranked by callers