onnxconverter_common/onnx_ops.py [590:596]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    if container.target_opset <= 6:
        attrs['output_sequence'] = 1 if output_seq else 0
        op_version = 1
    elif container.target_opset <= 13:
        op_version = 7
    else:
        op_version = 14
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



onnxconverter_common/onnx_ops.py [870:876]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    if container.target_opset <= 6:
        attrs['output_sequence'] = 1 if output_seq else 0
        op_version = 1
    elif container.target_opset <= 13:
        op_version = 7
    else:
        op_version = 14
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



