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

Function load_empty_plugin

dali/test/python/test_plugin_manager.py:72–77  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

70
71
72def load_empty_plugin():
73 try:
74 plugin_manager.load_library(test_bin_dir + "/libdali_customdummyplugin.so")
75 except RuntimeError:
76 # in conda "libdali_customdummyplugin" lands inside lib/ dir
77 plugin_manager.load_library("libdali_customdummyplugin.so")
78
79
80class TestLoadedPlugin(unittest.TestCase):

Calls

no outgoing calls

Tested by

no test coverage detected