MCPcopy Create free account
hub / github.com/CVCUDA/CV-CUDA / VarShapeColorTwistMatrixInto

Function VarShapeColorTwistMatrixInto

python/mod_cvcuda/operators/OpColorTwist.cpp:79–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77}
78
79ImageBatchVarShape VarShapeColorTwistMatrixInto(ImageBatchVarShape &dst, ImageBatchVarShape &src, Tensor &twist,
80 std::optional<Stream> pstream)
81{
82 auto op = CreateOperator<cvcuda::ColorTwist>();
83 runGuard(op, src, dst, twist, pstream, [&](Stream &stream) { op->submit(stream.cudaHandle(), src, dst, twist); });
84 return dst;
85}
86
87ImageBatchVarShape VarShapeColorTwistMatrix(ImageBatchVarShape &src, Tensor &twist, std::optional<Stream> pstream)
88{

Callers 1

VarShapeColorTwistMatrixFunction · 0.85

Calls 3

cudaHandleMethod · 0.80
runGuardFunction · 0.70
submitMethod · 0.45

Tested by

no test coverage detected