Skip to content

Commit

Permalink
Merge branch 'master' into tanh_shrink
Browse files Browse the repository at this point in the history
  • Loading branch information
Asthestarsfalll authored Sep 27, 2023
2 parents d9d4915 + b5f4087 commit 6765f61
Show file tree
Hide file tree
Showing 41 changed files with 853 additions and 345 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,12 @@ jobs:
/usr/share/openvino/samples/c/build_samples.sh
~/openvino_cpp_samples_build/intel64/Release/hello_query_device
python3 /usr/share/openvino/samples/python/hello_query_device/hello_query_device.py
python3 -c 'from openvino import Core; print(Core().available_devices)'
python3 -c 'from openvino import Core; Core().get_property("CPU", "AVAILABLE_DEVICES")'
python3 -c 'from openvino import Core; Core().get_property("GPU", "AVAILABLE_DEVICES")'
python3 -c 'from openvino import Core; Core().get_property("AUTO", "SUPPORTED_METRICS")'
python3 -c 'from openvino import Core; Core().get_property("MULTI", "SUPPORTED_METRICS")'
python3 -c 'from openvino import Core; Core().get_property("HETERO", "SUPPORTED_METRICS")'
python3 -c 'from openvino import Core; Core().get_property("BATCH", "SUPPORTED_METRICS")'
python3 -c 'from openvino.frontend import FrontEndManager; assert len(FrontEndManager().get_available_front_ends()) == 6'
benchmark_app --help
ovc --help
Expand Down
199 changes: 0 additions & 199 deletions .github/workflows/linux_arm64.yml

This file was deleted.

Loading

0 comments on commit 6765f61

Please sign in to comment.