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

Function ColorTwistMatrixInto

python/mod_cvcuda/operators/OpColorTwist.cpp:66–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66Tensor ColorTwistMatrixInto(Tensor &dst, Tensor &src, Tensor &twist, std::optional<Stream> pstream)
67{
68 auto op = CreateOperator<cvcuda::ColorTwist>();
69 runGuard(op, src, dst, twist, pstream, [&](Stream &stream) { op->submit(stream.cudaHandle(), src, dst, twist); });
70 return dst;
71}
72
73Tensor ColorTwistMatrix(Tensor &src, Tensor &twist, std::optional<Stream> pstream)
74{

Callers 1

ColorTwistMatrixFunction · 0.85

Calls 3

cudaHandleMethod · 0.80
runGuardFunction · 0.70
submitMethod · 0.45

Tested by

no test coverage detected