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

Function ExportExternalStream

python/mod_cvcuda/nvcv/Stream.cpp:492–495  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

490
491template<ExternalStreamType E>
492static void ExportExternalStream(py::module &m)
493{
494 m.def("as_stream", [](ExternalStream<E> extStream) { return std::shared_ptr<Stream>(new Stream(extStream)); });
495}
496
497void Stream::Export(py::module &m)
498{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected