Make the Python tools directly executable (#3476)
This commit is contained in:
parent
fc049fc6ce
commit
fc40104c7f
2
inference-engine/tools/benchmark_tool/benchmark_app.py
Normal file → Executable file
2
inference-engine/tools/benchmark_tool/benchmark_app.py
Normal file → Executable file
@ -1,3 +1,5 @@
|
|||||||
|
#!/usr/bin/python3
|
||||||
|
|
||||||
"""
|
"""
|
||||||
Copyright (C) 2018-2019 Intel Corporation
|
Copyright (C) 2018-2019 Intel Corporation
|
||||||
|
|
||||||
|
2
inference-engine/tools/cross_check_tool/cross_check_tool.py
Normal file → Executable file
2
inference-engine/tools/cross_check_tool/cross_check_tool.py
Normal file → Executable file
@ -1,3 +1,5 @@
|
|||||||
|
#!/usr/bin/python3
|
||||||
|
|
||||||
# Copyright (C) 2018-2019 Intel Corporation
|
# Copyright (C) 2018-2019 Intel Corporation
|
||||||
# SPDX-License-Identifier: Apache-2.0
|
# SPDX-License-Identifier: Apache-2.0
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user