Feat/operator squeeze unsqueeze
All threads resolved!
see issue : aidge_core#65 (closed)
Done in 190c2d9f
Previously the opset of the model was retrieved with model.ir_version, which is .... I do not know what it is but this is named intermediate representation and not opset.
Opsets have to be retrieved via model.opset_import. Its a list [opset] (/protoobject) that contains :
Each node is attached to a domain name which bind them to a given opset.
This allos to use multiple opsets in a given model.
More on that here : http://onnx.ai/sklearn-onnx/auto_tutorial/plot_cbegin_opset.html
Copyright © Eclipse Foundation, Inc. All Rights Reserved. Privacy Policy | Terms of Use | Copyright Agent