Add initial version of 08-openvino#38
Merged
Merged
Conversation
bebaf86 to
fa4cfd3
Compare
fa4cfd3 to
32fe71b
Compare
allnes
reviewed
Nov 3, 2025
| \begin{frame}{What is OpenVINO?} | ||
| \begin{columns}[T,totalwidth=\textwidth] | ||
| \begin{column}{0.7\textwidth} | ||
| OpenVINO (Open Visual Inference and Neural Network Optimization) |
Member
There was a problem hiding this comment.
It's a little bit wrong - please write about different arch too
allnes
reviewed
Nov 3, 2025
| \begin{itemize} | ||
| \item \textbf{Purpose:} Optimize and deploy AI inference across Intel CPUs, GPUs, NPUs, and other accelerators | ||
| \item \textbf{Core components:} Model Optimizer, Runtime (Inference Engine), Post-Training Optimization Tool, Benchmark tools, Notebooks | ||
| \item \textbf{Model formats (Frontends):} IR (\texttt{.xml/.bin}), ONNX (\texttt{.onnx}), TensorFlow (SavedModel/MetaGraph/frozen \texttt{.pb/.pbtxt}), TensorFlow Lite (\texttt{.tflite}), PaddlePaddle (\texttt{.pdmodel}), PyTorch (TorchScript/FX) |
allnes
reviewed
Nov 3, 2025
|
|
||
| \begin{frame}{OpenVINO at a Glance} | ||
| \begin{itemize} | ||
| \item \textbf{Purpose:} Optimize and deploy AI inference across Intel CPUs, GPUs, NPUs, and other accelerators |
Member
There was a problem hiding this comment.
I would be to add arm and riscv as additional architecture and every item need to be with that arch
allnes
reviewed
Nov 3, 2025
| \begin{frame}{OpenVINO at a Glance} | ||
| \begin{itemize} | ||
| \item \textbf{Purpose:} Optimize and deploy AI inference across Intel CPUs, GPUs, NPUs, and other accelerators | ||
| \item \textbf{Core components:} Model Optimizer, Runtime (Inference Engine), Post-Training Optimization Tool, Benchmark tools, Notebooks |
Member
There was a problem hiding this comment.
Model optimizer is legacy, now it's OVC (OpenVINO Model Converter - https://docs.openvino.ai/2024/notebooks/convert-to-openvino-with-output.html)
allnes
reviewed
Nov 3, 2025
| \item \textbf{Purpose:} Optimize and deploy AI inference across Intel CPUs, GPUs, NPUs, and other accelerators | ||
| \item \textbf{Core components:} Model Optimizer, Runtime (Inference Engine), Post-Training Optimization Tool, Benchmark tools, Notebooks | ||
| \item \textbf{Model formats (Frontends):} IR (\texttt{.xml/.bin}), ONNX (\texttt{.onnx}), TensorFlow (SavedModel/MetaGraph/frozen \texttt{.pb/.pbtxt}), TensorFlow Lite (\texttt{.tflite}), PaddlePaddle (\texttt{.pdmodel}), PyTorch (TorchScript/FX) | ||
| \item \textbf{Targets:} CPU, iGPU, dGPU (e.g., Intel Arc), NPU, and more via plugins |
Member
There was a problem hiding this comment.
iGPU and dGPU are unite GPU plugin, you can decribe plugins or devices (ARM CPU, Intel CPU RISC_V cpu)
allnes
reviewed
Nov 3, 2025
|
|
||
| \begin{frame}{Device Plugins Architecture} | ||
| \centering | ||
| \ovbox{gray!15}{\textbf{Application} (C++/Python)}\\[0.6em] |
Member
|
I would be to see:
|
Member
Author
|
@allnes addressed comments, please, take a look |
d28843d to
821126f
Compare
allnes
approved these changes
Nov 19, 2025
Closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.