Unverified Commit 482cdc49 authored by Harry Mellor's avatar Harry Mellor Committed by GitHub
Browse files

[Doc] Rename offline inference examples (#11927)


Signed-off-by: default avatarHarry Mellor <19981378+hmellor@users.noreply.github.com>
parent 20410b2f
...@@ -5,7 +5,7 @@ def test_platform_plugins(): ...@@ -5,7 +5,7 @@ def test_platform_plugins():
import os import os
example_file = os.path.join( example_file = os.path.join(
os.path.dirname(os.path.dirname(os.path.dirname(current_file))), os.path.dirname(os.path.dirname(os.path.dirname(current_file))),
"examples", "offline_inference/offline_inference.py") "examples", "offline_inference/basic.py")
runpy.run_path(example_file) runpy.run_path(example_file)
# check if the plugin is loaded correctly # check if the plugin is loaded correctly
......
...@@ -31,7 +31,7 @@ if __name__ == "__main__": ...@@ -31,7 +31,7 @@ if __name__ == "__main__":
type=str, type=str,
required=True, required=True,
help="json trace file output by " help="json trace file output by "
"examples/offline_inference/offline_profile.py") "examples/offline_inference/profiling.py")
parser.add_argument("--phase", parser.add_argument("--phase",
type=str, type=str,
required=True, required=True,
......
...@@ -538,7 +538,7 @@ if __name__ == "__main__": ...@@ -538,7 +538,7 @@ if __name__ == "__main__":
type=str, type=str,
required=True, required=True,
help="json trace file output by \ help="json trace file output by \
examples/offline_inference/offline_profile.py") examples/offline_inference/profiling.py")
parser.add_argument("--output-directory", parser.add_argument("--output-directory",
type=str, type=str,
required=False, required=False,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment