- Added Unity Barracuda support option for GatherND (gather_nd) - **`--optimizing_barracuda`** - Generates ONNX by replacing Barracuda unsupported layers with standard layers. For example, **`GatherND`**
1.20.6
- Support for MediaPipe Custom OP **`transform_landmarks`**,**`transform_tensor_bilinear`**,**`landmarks_to_transform_matrix`**
- Support for **`transform_landmarks`**, **`transform_tensor_bilinear`**, **`landmarks_to_transform_matrix`** - tensorflow-2.8.0-cp38-none-linux_x86_64.whl - tflite_runtime-2.8.0-cp38-none-linux_x86_64.whl
1.20.2
- Support for **`OpenVINOExecutionProvider`** for onnxruntime_gpu
1.20.1
- Added EdgeTPU optimization process for **`ArgMax`**. - When converted with **`--optimizing_for_edgetpu`**, **`ArgMax`** is replaced by **`tf.math.reduce_max`**, **`tf.subtract`**, **`tf.math.minimum`**, and **`tf.multiply`**.