onnxruntime/server
S. Manohar Karlapalem ff58f621fa
Remove nGraph Execution Provider (#5858)
* Remove nGraph Execution Provider

Pursuant to nGraph deprecation notice: https://github.com/microsoft/onnxruntime/blob/master/docs/execution_providers/nGraph-ExecutionProvider.md#deprecation-notice

**Deprecation Notice**

| | |
| --- | --- |
| Deprecation Begins	| June 1, 2020 |
| Removal Date |	December 1, 2020 |

Starting with the OpenVINO™ toolkit 2020.2 release, all of the features
previously available through nGraph have been merged into the OpenVINO™
toolkit. As a result, all the features previously available through
ONNX RT Execution Provider for nGraph have been merged with ONNX RT
Execution Provider for OpenVINO™ toolkit.

Therefore, ONNX RT Execution Provider for **nGraph** will be deprecated
starting June 1, 2020 and will be completely removed on December 1,
2020. Users are recommended to migrate to the ONNX RT Execution Provider
for OpenVINO™ toolkit as the unified solution for all AI inferencing on
Intel® hardware.

* Remove nGraph Licence info from ThirdPartyNotices.txt

* Use simple Test.Run() for tests without EP exclusions

To be consistent with rest of test code.

* Remove nGraph EP functions from Java code
2020-11-19 16:47:55 -08:00
..
ci Fix ORT server CI build (#4165) 2020-06-15 21:26:19 -07:00
cmake Split onnxruntime server to a separated folder (#2744) 2019-12-27 11:21:23 -08:00
core Split onnxruntime server to a separated folder (#2744) 2019-12-27 11:21:23 -08:00
external fix onnx server build failure. (#4347) 2020-06-26 15:15:58 -07:00
grpc Split onnxruntime server to a separated folder (#2744) 2019-12-27 11:21:23 -08:00
http Split onnxruntime server to a separated folder (#2744) 2019-12-27 11:21:23 -08:00
protobuf Split onnxruntime server to a separated folder (#2744) 2019-12-27 11:21:23 -08:00
serializing Split onnxruntime server to a separated folder (#2744) 2019-12-27 11:21:23 -08:00
test Contributing: fix typos (#2905) 2020-01-27 13:39:08 -08:00
CMakeLists.txt Remove nGraph Execution Provider (#5858) 2020-11-19 16:47:55 -08:00
converter.cc Split onnxruntime server to a separated folder (#2744) 2019-12-27 11:21:23 -08:00
converter.h Split onnxruntime server to a separated folder (#2744) 2019-12-27 11:21:23 -08:00
environment.cc Remove nGraph Execution Provider (#5858) 2020-11-19 16:47:55 -08:00
environment.h Split onnxruntime server to a separated folder (#2744) 2019-12-27 11:21:23 -08:00
executor.cc Split onnxruntime server to a separated folder (#2744) 2019-12-27 11:21:23 -08:00
executor.h Split onnxruntime server to a separated folder (#2744) 2019-12-27 11:21:23 -08:00
get_boost.cmake Split onnxruntime server to a separated folder (#2744) 2019-12-27 11:21:23 -08:00
main.cc Split onnxruntime server to a separated folder (#2744) 2019-12-27 11:21:23 -08:00
protobuf_function.cmake Split onnxruntime server to a separated folder (#2744) 2019-12-27 11:21:23 -08:00
server_configuration.h Split onnxruntime server to a separated folder (#2744) 2019-12-27 11:21:23 -08:00
util.cc Split onnxruntime server to a separated folder (#2744) 2019-12-27 11:21:23 -08:00
util.h Split onnxruntime server to a separated folder (#2744) 2019-12-27 11:21:23 -08:00