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

Function VarShapeColorTwistMatrix

python/mod_cvcuda/operators/OpColorTwist.cpp:87–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85}
86
87ImageBatchVarShape VarShapeColorTwistMatrix(ImageBatchVarShape &src, Tensor &twist, std::optional<Stream> pstream)
88{
89 auto dst = batchLike(src);
90 return VarShapeColorTwistMatrixInto(dst, src, twist, pstream);
91}
92
93} // namespace
94

Callers

nothing calls this directly

Calls 2

batchLikeFunction · 0.70

Tested by

no test coverage detected