Skip to content

Commit b0c5250

Browse files
committed
Update
1 parent 6ba5843 commit b0c5250

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

python/test_engine.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ def test_engine(self):
1111

1212
engine_file_path = "../data/identity_neural_network.engine"
1313
plugin_lib_file_path = "../build/src/libidentity_conv.so"
14+
1415
common_runtime.load_plugin_lib(
1516
plugin_lib_file_path=plugin_lib_file_path)
1617
engine = common_runtime.load_engine(engine_file_path=engine_file_path)

python/test_plugin.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ class TestMain(unittest.TestCase):
6262
def test_plugin(self):
6363

6464
plugin_lib_file_path = "../build/src/libidentity_conv.so"
65+
6566
engine = build_engine_from_plugin(
6667
plugin_lib_file_path=plugin_lib_file_path)
6768

0 commit comments

Comments
 (0)