mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-24 22:17:32 +00:00
* Changes to ensure the openvino-ep-2021.4 branch is created * Fix failing cpp and python unit tests * Fixed Myriad Tests for Ov_2021.4 * Disabled failing python tests for myriad * Fixes models which were breaking w.r.t 2021.4 * Added fixes to Fix tinyyolov3 working on Myriad and MaskRcnn, FasterRcnn using GPU_FP32 * Added FP16 output data type support for ngraph * Implemented ReadNetwork() method ->Using Core::ReadNetwork() method for reading and creating a CNNNework ->Since OpenVINO™ 2020.4 version, Inference Engine enables reading ONNX models via the Inference Engine Core API and there is no need to use directly the low-level ONNX* Importer API anymore. To read ONNX* models, it's recommended to use the Core::ReadNetwork() method that provide a uniform way to read models from ONNX format. Signed-off-by: MaajidKhan <n.maajidkhan@gmail.com> * Fixed ngraph f16 supported output type Signed-off-by: MaajidKhan <n.maajidkhan@gmail.com> * Added comments in data_ops.cc Signed-off-by: MaajidKhan <n.maajidkhan@gmail.com> * Fixed broken windows build Signed-off-by: MaajidKhan <n.maajidkhan@gmail.com> * Disable failing CPP tests on CPU Some of the convtranspose tests are failing on OpenVINO-EP CPU due to accuracy mismatch w.r.t default CPU. so currently we are disbaling these tests. Signed-off-by: MaajidKhan <n.maajidkhan@gmail.com> * Updated for ov version 2021.4 * Changes to include qdq ops in code * Disabled failing python tests on GPU Disabled two maxpool python tests on GPU as they were passing but throwing segfault Signed-off-by: MaajidKhan <n.maajidkhan@gmail.com> * Fix the backward compatibility issue ReadNetwork() API has a bug and will only work starting from OpenVINO 2021.4 version. The previous versions will still have to use onnx importer route Signed-off-by: MaajidKhan <n.maajidkhan@gmail.com> * Fix CMakeLists.txt for OpenVINO EP If a directory with OpenVINO is sourced, the latest OpenVINO settings have to be imported. Signed-off-by: MaajidKhan <n.maajidkhan@gmail.com> Co-authored-by: sfatimar <sahar.fatima@intel/com> Co-authored-by: sfatimar <64512376+sfatimar@users.noreply.github.com> Co-authored-by: Aravind Gunda <aravindx.gunda@intel.com> |
||
|---|---|---|
| .. | ||
| external | ||
| patches | ||
| tensorboard | ||
| CMakeLists.txt | ||
| CMakeSettings.json | ||
| codeconv.runsettings | ||
| flake8.cmake | ||
| Info.plist.in | ||
| libonnxruntime.pc.cmake.in | ||
| nuget_helpers.cmake | ||
| onnxruntime.cmake | ||
| onnxruntime_codegen.cmake | ||
| onnxruntime_common.cmake | ||
| onnxruntime_config.h.in | ||
| onnxruntime_csharp.cmake | ||
| onnxruntime_eager.cmake | ||
| onnxruntime_flatbuffers.cmake | ||
| onnxruntime_framework.cmake | ||
| onnxruntime_fuzz_test.cmake | ||
| onnxruntime_graph.cmake | ||
| onnxruntime_ios.toolchain.cmake | ||
| onnxruntime_java.cmake | ||
| onnxruntime_java_unittests.cmake | ||
| onnxruntime_language_interop_ops.cmake | ||
| onnxruntime_mlas.cmake | ||
| onnxruntime_nodejs.cmake | ||
| onnxruntime_nuphar_extern.cmake | ||
| onnxruntime_objectivec.cmake | ||
| onnxruntime_opschema_lib.cmake | ||
| onnxruntime_optimizer.cmake | ||
| onnxruntime_providers.cmake | ||
| onnxruntime_pyop.cmake | ||
| onnxruntime_python.cmake | ||
| onnxruntime_session.cmake | ||
| onnxruntime_training.cmake | ||
| onnxruntime_unittests.cmake | ||
| onnxruntime_util.cmake | ||
| onnxruntime_webassembly.cmake | ||
| precompiled_header.cmake | ||
| protobuf_function.cmake | ||
| set_winapi_family_desktop.h | ||
| store_toolchain.cmake | ||
| target_delayload.cmake | ||
| wcos_rules_override.cmake | ||
| wil.cmake | ||
| winml.cmake | ||
| winml_cppwinrt.cmake | ||
| winml_sdk_helpers.cmake | ||
| winml_unittests.cmake | ||