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

Method submit

python/mod_cvcuda/operators/OpInpaint.cpp:73–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71
72 template<class... AA>
73 void submit(AA &&...args)
74 {
75 m_op(std::forward<AA>(args)...);
76 }
77
78 py::object container() const override
79 {

Callers 2

InpaintIntoFunction · 0.45
InpaintVarShapeIntoFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected