Simple-onnx-processing-tools

Latest version: v1.1.32

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

Scan your dependencies

Page 1 of 20

2.0.1

2.0.0

1.1.32

- onnx2tf v1.20.1 https://github.com/PINTO0309/onnx2tf
- sng4onnx v1.0.2 https://github.com/PINTO0309/sng4onnx

1. Fix to preserve `domain` and `ir_version`.
2. API specification changes due to the version upgrade of onnx are now supported. `onnx==1.16.0`

**Full Changelog**: https://github.com/PINTO0309/simple-onnx-processing-tools/compare/1.1.31...1.1.32

1.1.31

spo4onnx v1.0.4: https://github.com/PINTO0309/spo4onnx

1. Fix to preserve `domain` and `ir_version`.
2. API specification changes due to the version upgrade of onnx are now supported. `onnx==1.16.0`

**Full Changelog**: https://github.com/PINTO0309/simple-onnx-processing-tools/compare/1.1.30...1.1.31

1.1.30

- onnx2tf v1.17.6 https://github.com/PINTO0309/onnx2tf
- spo4onn v1.0.3 https://github.com/PINTO0309/spo4onnx

**Full Changelog**: https://github.com/PINTO0309/simple-onnx-processing-tools/compare/1.1.29...1.1.30

1.1.29

- ssc4onnx v1.0.5 https://github.com/PINTO0309/ssc4onnx
python
ONNX_DTYPES_TO_NUMPY_DTYPES: dict = {
f'{onnx.TensorProto.FLOAT16}': np.float16,
f'{onnx.TensorProto.FLOAT}': np.float32,
f'{onnx.TensorProto.DOUBLE}': np.float64,
f'{onnx.TensorProto.INT8}': np.int8,
f'{onnx.TensorProto.INT16}': np.int16,
f'{onnx.TensorProto.INT32}': np.int32,
f'{onnx.TensorProto.INT64}': np.int64,
f'{onnx.TensorProto.UINT8}': np.uint8,
f'{onnx.TensorProto.UINT16}': np.uint16,
f'{onnx.TensorProto.UINT32}': np.uint32,
f'{onnx.TensorProto.UINT64}': np.uint64,
}

- spo4onnx v1.0.1 https://github.com/PINTO0309/spo4onnx

Page 1 of 20

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.