Onnx2tf

Latest version: v1.26.3

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

Scan your dependencies

Page 79 of 85

1.0.4

- `LpNormalization`

**Full Changelog**: https://github.com/PINTO0309/onnx2tf/compare/1.0.3...1.0.4

1.0.3

- `QuantizeLinear`, `ReduceSumSquare`, `ScatterElements`

**Full Changelog**: https://github.com/PINTO0309/onnx2tf/compare/1.0.2...1.0.3

1.0.2

- `Size`, `SplitToSequence`

**Full Changelog**: https://github.com/PINTO0309/onnx2tf/compare/1.0.1...1.0.2

1.0.1

- Support for `pre_process_transpose_perm`

**Full Changelog**: https://github.com/PINTO0309/onnx2tf/compare/1.0.0...1.0.1

1.0.0

- `PReLU`
- Support for channel_transpose

**Full Changelog**: https://github.com/PINTO0309/onnx2tf/compare/0.0.33...1.0.0

0.0.33

- `Pad`
- Corresponds to the case where the name attribute is blank
- `Add`, `Div`, `Sub`, `Mul`
- Supports channel conversion
- `Reshape`
- Added the ability to apply Transpose to the tensor after Reshape
`Transpose` is applied to the tensor after the `Reshape` operation with the perm specified as post-processing.
json
{
"format_version": 1,
"operations": [
{
"op_name": "Reshape_25",
"param_target": "outputs",
"param_name": "onnx::InstanceNormalization_270",
"post_process_transpose_perm": [0,2,1] Extrapolate 3D Transpose after Reshape
},
{
"op_name": "Reshape_30",
"param_target": "outputs",
"param_name": "onnx::Mul_275",
"post_process_transpose_perm": [0,2,3,1] Extrapolate 4D Transpose after Reshape
}
]
}

- Corresponds to zero value of shape
- shape = `[0,5,-1]`
- `InstanceNormalization`
- Bias add bug fixes

**Full Changelog**: https://github.com/PINTO0309/onnx2tf/compare/0.0.32...0.0.33

Page 79 of 85

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.