[ONNX] Add ONNX specific FrontEnd classes (#6615)
This change implements a subset of FrontEnd API for ONNX: Changes: - move onnx_common, onnx_editor and onnx_import to ngraph/frontend/onnx - introduce new target 'onnx_frontend_ngraph' located in ngraph/frontend/onnx/frontend - new target implements subset of FrontEnd, InputModel and Place interfaces
This commit is contained in:
@@ -125,6 +125,7 @@ else()
|
||||
endif()
|
||||
|
||||
ie_dependent_option(NGRAPH_ONNX_IMPORT_ENABLE "Enable ONNX importer" ON "protoc_available" OFF)
|
||||
ie_dependent_option(NGRAPH_ONNX_FRONTEND_ENABLE "Enable ONNX FrontEnd" OFF "NGRAPH_ONNX_IMPORT_ENABLE" OFF)
|
||||
ie_dependent_option(NGRAPH_PDPD_FRONTEND_ENABLE "Enable PaddlePaddle FrontEnd" ON "protoc_available" OFF)
|
||||
ie_dependent_option(NGRAPH_USE_PROTOBUF_LITE "Compiles and links with protobuf-lite" OFF
|
||||
"NGRAPH_ONNX_IMPORT_ENABLE OR NGRAPH_PDPD_FRONTEND_ENABLE" OFF)
|
||||
|
||||
Reference in New Issue
Block a user