MCPcopy Create free account

hub / github.com/CVCUDA/CV-CUDA / functions

Functions3,774 in github.com/CVCUDA/CV-CUDA

↓ 2 callersMethodempty
src/nvcv/util/StaticVector.hpp:258
↓ 2 callersMethodend
src/nvcv/src/include/nvcv/detail/ImageBatchImpl.hpp:207
↓ 2 callersMethodendsWith
* @brief Checks if the current layout ends with a specified layout. * @param test The layout to check against. * @return true if the current
src/nvcv/src/include/nvcv/TensorLayout.hpp:172
↓ 2 callersFunctionexpand_nvtx_range_names
Converts a hierarchical NVTX range tree with parent-child relationship into a flat tree by adding the names of parent nodes in-front of all t
bench/python/benchmark.py:234
↓ 2 callersFunctionfillVec
tests/cvcuda/system/TestOpResizeCropConvertReformat.cpp:199
↓ 2 callersFunctionfill_tensor
bench/BenchFindHomography.cpp:65
↓ 2 callersFunctionfill_vector
bench/BenchFindHomography.cpp:25
↓ 2 callersFunctionformatPoints
tests/cvcuda/system/TestOpMinAreaRect.cpp:37
↓ 2 callersFunctionfwd1
src/cvcuda/include/cvcuda/cuda_tools/math/LinAlg.hpp:1303
↓ 2 callersFunctiongenerate_data
Generate data as numpy array Args: shape (tuple or list): Data shape dtype (numpy dtype): Data type (e.g. np.uint8) max_r
tests/cvcuda/python/cvcuda_util.py:74
↓ 2 callersFunctiongenerate_images
(N, width=None, height=None, random_size=False)
tests/cvcuda/stressTest/cvcuda_cache_repro.py:82
↓ 2 callersMethodget
python/mod_cvcuda/WorkspaceCache.hpp:230
↓ 2 callersMethodget
src/nvcv/src/include/nvcv/alloc/AllocatorImpl.hpp:41
↓ 2 callersFunctiongetRealStreamIdFunc
src/cvcuda/util/StreamId.cpp:77
↓ 2 callersFunctiongetYUV2RGBMatrix
tests/cvcuda/system/TestOpAdvCvtColor.cpp:69
↓ 2 callersMethodhandle
src/cvcuda/include/cvcuda/OpCenterCrop.hpp:74
↓ 2 callersMethodhandle
src/cvcuda/include/cvcuda/OpBoxBlur.hpp:72
↓ 2 callersMethodhandle
src/cvcuda/include/cvcuda/OpReformat.hpp:71
↓ 2 callersMethodhandle
src/cvcuda/include/cvcuda/OpCustomCrop.hpp:72
↓ 2 callersMethodhandle
src/cvcuda/include/cvcuda/OpStack.hpp:72
↓ 2 callersMethodhandle
src/cvcuda/include/cvcuda/OpOSD.hpp:72
↓ 2 callersMethodhandle
src/cvcuda/include/cvcuda/OpConvertTo.hpp:73
↓ 2 callersMethodhandle
src/cvcuda/include/cvcuda/OpHistogram.hpp:74
↓ 2 callersMethodhandle
src/cvcuda/include/cvcuda/OpAdvCvtColor.hpp:73
↓ 2 callersMethodhandle
src/cvcuda/include/cvcuda/OpBndBox.hpp:72
↓ 2 callersFunctionhistogramEqualization
tests/cvcuda/system/TestOpHistogramEq.cpp:35
↓ 2 callersFunctionhostMorph
tests/cvcuda/system/TestOpMorphology.cpp:59
↓ 2 callersMethodidxDepth
* @brief Retrieves the depth index in the tensor layout. * @return Depth index or -1 if not found. */
src/nvcv/src/include/nvcv/TensorLayoutInfo.hpp:228
↓ 2 callersFunctioninv_lu_inplace
src/cvcuda/include/cvcuda/cuda_tools/math/LinAlg.hpp:1691
↓ 2 callersMethodisBatch
* @brief Check if the layout includes a batch dimension. * * @return true if the layout includes a batch dimension, false otherwise. */
src/nvcv/src/include/nvcv/TensorLayoutInfo.hpp:78
↓ 2 callersMethodisImage
* @brief Check if the layout corresponds to an image. * * @return true if the layout corresponds to an image, false otherwise. */
src/nvcv/src/include/nvcv/TensorLayoutInfo.hpp:98
↓ 2 callersMethodisRowMajor
* @brief Checks if the tensor layout is row-major. * @return true if row-major, false otherwise. */
src/nvcv/src/include/nvcv/TensorLayoutInfo.hpp:192
↓ 2 callersFunctionisYVU
tests/cvcuda/system/TestOpAdvCvtColor.cpp:92
↓ 2 callersMethoditem
tests/common/TensorDataUtils.hpp:173
↓ 2 callersMethodlength
src/nvcv/src/include/nvcv/ArrayDataAccess.hpp:54
↓ 2 callersFunctionlu_inplace
src/cvcuda/include/cvcuda/cuda_tools/math/LinAlg.hpp:1468
↓ 2 callersMethodmaxSize
src/nvcv/src/priv/ImageBatchVarShape.cpp:158
↓ 2 callersMethodnumBoxesAt
src/cvcuda/priv/Types.hpp:562
↓ 2 callersMethodnumSamples
* @brief Returns the number of samples in the tensor. If the tensor is not batched, the number of samples is 1. (i.e Nhwc) * * @return The n
src/nvcv/src/include/nvcv/TensorShapeInfo.hpp:123
↓ 2 callersFunctionnvcvTensorLayoutEndsWith
Returns whether the layout ends with a given test layout. * * If test layout is empty, it's always considered to be found at the end. * * @param [
src/nvcv/src/include/nvcv/TensorLayout.h:270
↓ 2 callersFunctionnvcvTensorLayoutFindDimIndex
Returns the index of the dimension in the layout given its label. * * @param [in] layout Layout where the label is to be searched. * @param [in] di
src/nvcv/src/include/nvcv/TensorLayout.h:177
↓ 2 callersFunctionnvcvTensorLayoutGetLabel
Returns the layout label at the given index. * * @param [in] layout Layout to be queried * @param [in] idx Index of the label * * @returns If @p
src/nvcv/src/include/nvcv/TensorLayout.h:204
↓ 2 callersFunctionnvcvTensorLayoutGetNumDim
Returns the number of dimensions of the tensor layout * * @param [in] layout Layout to be queried * * @returns Number of dimensions. */
src/nvcv/src/include/nvcv/TensorLayout.h:217
↓ 2 callersFunctionnvcvTensorLayoutStartsWith
Returns whether the layout starts with a given test layout. * * If test layout is empty, it's always considered to be found at the start. * * @par
src/nvcv/src/include/nvcv/TensorLayout.h:249
↓ 2 callersMethodpacking
src/nvcv/src/priv/DataType.hpp:58
↓ 2 callersMethodplane
src/cvcuda/include/cvcuda/cuda_tools/ImageBatchVarShapeWrap.hpp:96
↓ 2 callersMethodplaneBPP
src/nvcv/src/priv/ImageFormat.cpp:560
↓ 2 callersMethodpop
src/nvcv/src/priv/LockFreeStack.hpp:34
↓ 2 callersMethodpopulate
tests/cvcuda/system/TestOpColorTwist.cpp:140
↓ 2 callersFunctionprintError
HACK needed by gcc-7.3/7.4 or else it'll complain that it can't inline fprintf in a function with attributes like the ones below.
src/nvcv/util/SanitizerOptions.c:38
↓ 2 callersMethodptr
src/cvcuda/include/cvcuda/cuda_tools/BorderWrap.hpp:368
↓ 2 callersMethodpurge
src/cvcuda/util/SimpleCache.hpp:104
↓ 2 callersMethodpushImages
src/nvcv/src/priv/ImageBatchVarShape.cpp:256
↓ 2 callersMethodrank
src/nvcv/src/priv/TensorBatch.cpp:300
↓ 2 callersMethodreadyEvent
Gets a CUDA event that signifies that the payload is ready. */
src/cvcuda/util/PerStreamCache.hpp:81
↓ 2 callersMethodremoveAllReady
src/cvcuda/util/PerStreamCacheImpl.hpp:57
↓ 2 callersMethodrend
src/nvcv/util/StaticVector.hpp:381
↓ 2 callersMethodreset
Replaces the managed handle and destroys the previously owned resource, if the handle was not null. * * @param handle The handle to be ma
src/nvcv/src/include/nvcv/HandleWrapper.hpp:171
↓ 2 callersFunctionrev1
src/cvcuda/include/cvcuda/cuda_tools/math/LinAlg.hpp:1365
↓ 2 callersFunctionrunGuard
python/mod_cvcuda/operators/OpColorTwist.cpp:51
↓ 2 callersFunctionrunGuard
python/mod_cvcuda/operators/OpBrightnessContrast.cpp:51
↓ 2 callersMethodsetCacheLimit
python/mod_cvcuda/nvcv/Cache.cpp:256
↓ 2 callersFunctionsetGoldBuffer
tests/cvcuda/system/TestOpComposite.cpp:50
↓ 2 callersFunctionsetGoldBuffer
tests/cvcuda/system/TestOpOSD.cpp:48
↓ 2 callersMethodsetup
(self, input)
bench/python/all_ops/op_flip.py:25
↓ 2 callersMethodshape
python/mod_cvcuda/nvcv/Tensor.cpp:272
↓ 2 callersMethodshared_from_this
python/mod_cvcuda/nvcv/Tensor.cpp:252
↓ 2 callersMethodshared_from_this
python/mod_cvcuda/nvcv/Cache.cpp:66
↓ 2 callersMethodshared_from_this
python/mod_cvcuda/nvcv/Resource.cpp:81
↓ 2 callersMethodshared_from_this
python/mod_cvcuda/nvcv/Stream.cpp:317
↓ 2 callersMethodsize
src/nvcv/src/include/nvcv/detail/ImageImpl.hpp:29
↓ 2 callersFunctionstbtt_GetFontOffsetForIndex
src/cvcuda/priv/legacy/textbackend/stb_truetype.h:3580
↓ 2 callersFunctionstbtt_GetGlyphShape
src/cvcuda/priv/legacy/textbackend/stb_truetype.h:2359
↓ 2 callersFunctionstbtt__GetGlyfOffset
src/cvcuda/priv/legacy/textbackend/stb_truetype.h:1527
↓ 2 callersFunctionstbtt__buf_peek8
src/cvcuda/priv/legacy/textbackend/stb_truetype.h:1035
↓ 2 callersFunctionstbtt__close_shape
src/cvcuda/priv/legacy/textbackend/stb_truetype.h:1578
↓ 2 callersFunctionstbtt__csctx_close_shape
src/cvcuda/priv/legacy/textbackend/stb_truetype.h:1938
↓ 2 callersFunctionstbtt__get_subrs
src/cvcuda/priv/legacy/textbackend/stb_truetype.h:1268
↓ 2 callersFunctionstbtt__hheap_alloc
src/cvcuda/priv/legacy/textbackend/stb_truetype.h:2448
↓ 2 callersFunctionstbtt__hheap_cleanup
src/cvcuda/priv/legacy/textbackend/stb_truetype.h:2480
↓ 2 callersFunctionstbtt__hheap_free
src/cvcuda/priv/legacy/textbackend/stb_truetype.h:2474
↓ 2 callersFunctionstbtt__new_active
src/cvcuda/priv/legacy/textbackend/stb_truetype.h:2519
↓ 2 callersFunctionstbtt__position_trapezoid_area
src/cvcuda/priv/legacy/textbackend/stb_truetype.h:2798
↓ 2 callersMethodstore
src/cvcuda/include/cvcuda/cuda_tools/math/LinAlg.hpp:87
↓ 2 callersMethodsubmit
python/mod_cvcuda/operators/OpPillowResize.cpp:78
↓ 2 callersMethodsubmit
python/mod_cvcuda/operators/OpFindHomography.cpp:78
↓ 2 callersMethodsubmit
python/mod_cvcuda/operators/OpInpaint.cpp:73
↓ 2 callersFunctiontensorAccess
Auxiliary function to get tensor access for input tensor in
python/mod_cvcuda/operators/OpSIFT.cpp:130
↓ 2 callersMethodtensorShape
src/cvcuda/include/cvcuda/cuda_tools/BorderWrap.hpp:219
↓ 2 callersFunctionto_cuda_buffer
Convert host data to a CUDA buffer Args: host_data (numpy array): Host data Returns: CudaBuffer: The converted CUDA buffer
tests/cvcuda/python/cvcuda_util.py:147
↓ 2 callersFunctionto_torch_dtype
Convert a data type into one supported by torch Args: data_type (numpy dtype): Original data type Returns: dtype: A data typ
tests/cvcuda/python/cvcuda_util.py:108
↓ 2 callersMethodto_vector
* Convert a vector of this class to an stl vector. * * @return STL std::vector. */
src/cvcuda/include/cvcuda/cuda_tools/math/LinAlg.hpp:197
↓ 2 callersMethodversion
src/nvcv/src/priv/ICoreObject.hpp:102
↓ 2 callersMethodversion
src/cvcuda/priv/IOperator.hpp:42
↓ 2 callersMethodwrite_frame
(self, encoded_frame, pts_time, fps, stream, container)
bench/python/nvcodec_utils.py:443
↓ 2 callersFunctionzero_copy_split
Split a batch tensor into a list of individual tensors using zero-copy. Args: batch_tensor: The batch tensor to split. Returns:
samples/common.py:148
↓ 1 callersFunctionAdaptiveThresholdInto
python/mod_cvcuda/operators/OpAdaptiveThreshold.cpp:32
↓ 1 callersFunctionAdaptiveThresholdVarShapeInto
python/mod_cvcuda/operators/OpAdaptiveThreshold.cpp:62
↓ 1 callersFunctionAdd
src/nvcv/src/priv/Requirements.cpp:34
↓ 1 callersMethodAdd
tests/cvcuda/system/TestOpInpaint.cpp:114
← previousnext →701–800 of 3,774, ranked by callers