onnxconverter_common/onnx_ops.py [466:471]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    if container.target_opset < 7:
        op_version = 1
    elif container.target_opset < 9:
        op_version = 7
    else:
        op_version = 9
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



onnxconverter_common/onnx_ops.py [574:579]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    if container.target_opset < 7:
        op_version = 1
    elif container.target_opset < 9:
        op_version = 7
    else:
        op_version = 9
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



