Skip to content

First quick fix#17

Open
nosovmik wants to merge 1 commit intombencer:mbencer/PythonSegfaultDebugCodefrom
nosovmik:mnosov/extensions_fix1
Open

First quick fix#17
nosovmik wants to merge 1 commit intombencer:mbencer/PythonSegfaultDebugCodefrom
nosovmik:mnosov/extensions_fix1

Conversation

@nosovmik
Copy link
Copy Markdown

@nosovmik nosovmik commented Mar 1, 2022

Details:

  • FrontEnd::add_extension(const std::vector<std::shared_ptrov::Extension>& extensions
    Here just loop for extensions and call add_extension. No need to use 'm_actual', as vector of extensions will be stored in 'parent' FrontEnd

  • Same for void FrontEnd::add_extension(const std::string& library_path)
    Just load extensions and call 'add_extension'. No m_actual is involved

In this case, in 'convert' phase - everything will be fine and visible

Details:

  • item1
  • ...

Tickets:

  • ticket-id

Details:
- FrontEnd::add_extension(const std::vector<std::shared_ptr<ov::Extension>>& extensions
Here just loop for extensions and call add_extension. No need to use 'm_actual', as vector of extensions will be stored in 'parent' FrontEnd

- Same for void FrontEnd::add_extension(const std::string& library_path)
Just load extensions and call 'add_extension'. No m_actual is involved

In this case, in 'convert' phase - everything will be fine and visible
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant