Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
34
namespace dali {
35
36
DLL_PUBLIC void InitOperatorsLib() {
37
(void)CUDAStreamPool::instance();
38
dali::PluginManager::LoadDefaultPlugins();
39
}
40
41
42
DLL_PUBLIC int GetNppVersion() {
Callers
4
PYBIND11_MODULE
Function · 0.85
main
Function · 0.85
main
Function · 0.85
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected