Onnx2tf

Latest version: v1.27.1

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

Scan your dependencies

Page 62 of 86

1.2.18

- Addition of parameter replacement function
- `ReduceL1`
- `ReduceL2`
- `ReduceLogSum`
- `ReduceLogSumExp`
- `ReduceMax`
- `ReduceMean`
- `ReduceMin`
- `ReduceProd`
- `ReduceSum`
- `ReduceSumSquare`

What's Changed
* Addition of parameter replacement function by PINTO0309 in https://github.com/PINTO0309/onnx2tf/pull/60


**Full Changelog**: https://github.com/PINTO0309/onnx2tf/compare/1.2.17...1.2.18

1.2.17

Improvement of `opset=18` partial processing of `ReduceXX` and axes empty

- `ReduceL1`
- `ReduceL2`
- `ReduceLogSum`
- `ReduceLogSumExp`
- `ReduceMax`
- `ReduceMean`
- `ReduceMin`
- `ReduceProd`
- `ReduceSum`
- `ReduceSumSquare`

What's Changed
* Improvement of opset=18 partial processing of ReduceXX and axes empty by PINTO0309 in https://github.com/PINTO0309/onnx2tf/pull/59


**Full Changelog**: https://github.com/PINTO0309/onnx2tf/compare/1.2.16...1.2.17

1.2.16

- `ReduceL2`
- Bug fixes
- `Resize`
- Bug fixes in 3D Resize
- `Pad`
- Supports `edge` padding mode
- `GridSample`
- [Experimental] Bug fixes

What's Changed
* `ReduceL2` bug fixes, Bug fixes in `3D Resize`, Supports `edge` padding mode, [Experimental] Bug fixes for `GridSample` by PINTO0309 in https://github.com/PINTO0309/onnx2tf/pull/57


**Full Changelog**: https://github.com/PINTO0309/onnx2tf/compare/1.2.15...1.2.16

1.2.15

1. The workaround to replace a leading slash in an OP name with `wa/` is performed only when `--output_signaturedefs` is enabled.
2. Support for direct replacement of `Slice` OP with `tf.strided_slice`
![20221221222956](https://user-images.githubusercontent.com/33194443/208918650-bdc721bc-5b6f-4e36-bf40-2b01beb552a7.png)

- replace_slice.json sample
`Slice` implements special replacements separately ignore all automatic conversions and generate `tf.strided_slice` directly by specifying all parameters of `tf.strided_slice` directly.
https://www.tensorflow.org/api_docs/python/tf/strided_slice
json
{
"format_version": 1,
"operations": [
{
"op_name": "/Slice",
"param_target": "op",
"begin": [0,0,1,0],
"end": [0,0,0,0],
"end_mask": 15
},
{
"op_name": "/Slice_1",
"param_target": "op",
"begin": [0,0,0,0],
"end": [0,0,39,0],
"end_mask": 11
}
]
}


What's Changed
* Slice replacement by PINTO0309 in https://github.com/PINTO0309/onnx2tf/pull/55


**Full Changelog**: https://github.com/PINTO0309/onnx2tf/compare/1.2.14...1.2.15

1.2.14

- `onnx2tf.py`
- Substitution because `saved_model` does not allow leading slashes in op names.
python
graph_input.name = re.sub('^/', 'wa/', graph_input.name)

graph_node.name = re.sub('^/', 'wa/', graph_node.name)


What's Changed
* Substitution because saved_model does not allow leading slashes in op names by PINTO0309 in https://github.com/PINTO0309/onnx2tf/pull/54


**Full Changelog**: https://github.com/PINTO0309/onnx2tf/compare/1.2.13...1.2.14

1.2.13

- `common_functions`
1. Adding Method Comments
2. Bug fix for `shape_unmatched_special_avoidance_workaround`
- `ArgMax`
1. Delete unnecessary imports

What's Changed
* Adding Method Comments, delete unnecessary imports and bug fix for shape_unmatched_special_avoidance_workaround by PINTO0309 in https://github.com/PINTO0309/onnx2tf/pull/52


**Full Changelog**: https://github.com/PINTO0309/onnx2tf/compare/1.2.12...1.2.13

Page 62 of 86

Links

Releases

Has known vulnerabilities

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.