Openvino2tensorflow

Latest version: v1.34.0

Safety actively analyzes 723625 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 4 of 5

1.29.4

- Added automatic NCHW conversion function for ONNX
- Add **`--disable_onnx_nchw_conversion`** option
- Disables conversion to NCHW when generating ONNX and generates ONNX in NHWC format

1.29.3

- Support for **`OpenVINOExecutionProvider`** for onnxruntime_gpu
- https://zenn.dev/pinto0309/scraps/1e9c0a00112cf9
- https://zenn.dev/pinto0309/scraps/1ecbf4ef73d3ac

1.29.2

- Added **`ScatterUpdate`** support
- Supports **`Add`** and **`Multiply`** extrapolation
See https://github.com/PINTO0309/openvino2tensorflow#6-7-replace-weights-or-constant-values-in-const-op-and-add-transpose-or-reshape-or-cast-or-squeeze-or-unsqueeze-or-add-or-multiply-just-beforeafter-the-operation-specified-by-layer_id
- Bug fixes for **`StridedSlice`**
- issue: https://github.com/PINTO0309/openvino2tensorflow/issues/95

1.29.1

- Added EdgeTPU optimization process for **`ArgMax`**.
- **`--replace_argmax`**
- Replace **`ArgMax`** with a primitive operation. Optimizes **`ArgMax`** to EdgeTPU. If you have **`ArgMax`** at the end of your model, use the **`--replace_argmax_indices_to_float32`** option together.
- **`--replace_argmax_indices_to_float32`**
- Enabling this option may allow full mapping to EdgeTPU when **`ArgMax`** is at the end of the model for tasks such as SemanticSegmentation. If you apply it to **`ArgMax`**, which is located in the middle of the model, the model transformation is more likely to fail.

1.29.0

- Added support for the following.
- onnxruntime-gpu (CUDA11.4, TensorRT8.2.3)
- gluoncv
- TVM (CUDA11.4, TensorRT8.2.3)
- LLVM
- NNPACK
- WSL2 OpenCL

1.28.8

- Added **`resize_bilinear`** optimization process for CoreML.

Page 4 of 5

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.