MCPcopy Create free account
hub / github.com/NVIDIA/DALI / InitOperatorsLib

Function InitOperatorsLib

dali/operators/operators.cc:36–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34namespace dali {
35
36DLL_PUBLIC void InitOperatorsLib() {
37 (void)CUDAStreamPool::instance();
38 dali::PluginManager::LoadDefaultPlugins();
39}
40
41
42DLL_PUBLIC int GetNppVersion() {

Callers 4

PYBIND11_MODULEFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected