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

Method Export

python/mod_cvcuda/nvcv/Resource.cpp:91–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89}
90
91void Resource::Export(py::module &m)
92{
93 py::class_<Resource, std::shared_ptr<Resource>>(m, "Resource", "Resource")
94 .def_property_readonly("id", &Resource::id, "Unique resource instance identifier")
95 .def("submitStreamSync", &Resource::submitSync, "Syncs object on new Stream");
96}
97
98} // namespace nvcvpy::priv

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected