Sed4onnx

Latest version: v1.0.5

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

Scan your dependencies

1.0.5

- Support for `float16`, `int16`, `string`

What's Changed
* Support for `float16`, `int16`, `string` by PINTO0309 in https://github.com/PINTO0309/sed4onnx/pull/1

New Contributors
* PINTO0309 made their first contribution in https://github.com/PINTO0309/sed4onnx/pull/1

**Full Changelog**: https://github.com/PINTO0309/sed4onnx/compare/1.0.4...1.0.5

1.0.4

- Add short form

$ sed4onnx -h

usage:
sed4onnx [-h]
-cs CONSTANT_STRING
[-d {float32,float64,uint8,int8,int32,int64}]
[-m {encode,decode}]

optional arguments:
-h, --help
show this help message and exit.

-cs CONSTANT_STRING, --constant_string CONSTANT_STRING
Strings to be encoded and decoded for ONNX constants.

-d {float32,float64,uint8,int8,int32,int64}, --dtype {float32,float64,uint8,int8,int32,int64}
Data type.

-m {encode,decode}, --mode {encode,decode}
encode: Converts the string specified in constant_string to a Base64 format string
that can be embedded in ONNX constants.
decode: Converts a Base64 string specified in constant_string to ASCII like Numpy string.

1.0.3

- Bug fixes
- Add `dtype` parameter to encode mode

1.0.1

- Security update
- README update

1.0.0

- Initial release

Links

Releases

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.