Sog4onnx

Latest version: v1.0.17

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

Scan your dependencies

Page 2 of 4

1.0.11

- Security update
- README update

1.0.10

- `eval()` -> `ast.literal_eval()`

1.0.9

- Added `op_name` as an input parameter, allowing OPs to be named.
- CLI
bash
sog4onnx [-h]
--op_type OP_TYPE
--opset OPSET
--op_name OP_NAME
[--input_variables NAME TYPE VALUE]
[--output_variables NAME TYPE VALUE]
[--attributes NAME DTYPE VALUE]
[--output_onnx_file_path OUTPUT_ONNX_FILE_PATH]
[--non_verbose]

- In-script
python
generate(
op_type: str,
opset: int,
op_name: str,
input_variables: dict,
output_variables: dict,
attributes: Union[dict, NoneType] = None,
output_onnx_file_path: Union[str, NoneType] = '',
non_verbose: Union[bool, NoneType] = False
) -> onnx.onnx_ml_pb2.ModelProto

1.0.8

- REDME fixes.
- 1 small fixes to README ibaiGorordo

1.0.7

- Bug fixes for **`Constant`**

1.0.6

- Support for **`Constant`** generation

Page 2 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.