modeci_mdf.functions.onnx.get_onnx_ops

modeci_mdf.functions.onnx.get_onnx_ops(opset_version: int = 15) List[Dict][source]

Enumerate all available ONNX operations and generate MDF function specifications for each one.

Parameters:

opset_version – The opset version to use.

Returns:

A list of MDF function specifications. Each entry is a Dict that is feed directly to

add_mdf_function.