We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ba5843 commit b0c5250Copy full SHA for b0c5250
2 files changed
python/test_engine.py
@@ -11,6 +11,7 @@ def test_engine(self):
11
12
engine_file_path = "../data/identity_neural_network.engine"
13
plugin_lib_file_path = "../build/src/libidentity_conv.so"
14
+
15
common_runtime.load_plugin_lib(
16
plugin_lib_file_path=plugin_lib_file_path)
17
engine = common_runtime.load_engine(engine_file_path=engine_file_path)
python/test_plugin.py
@@ -62,6 +62,7 @@ class TestMain(unittest.TestCase):
62
def test_plugin(self):
63
64
65
66
engine = build_engine_from_plugin(
67
68
0 commit comments