onnxconverter_common/onnx_ops.py [777:782]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    if container.target_opset < 13:
        if container.target_opset < 11:
            op_version = 1
            axes = [axis if axis >= 0 else axis + rank for axis in axes]
        else:
            op_version = 11
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



onnxconverter_common/onnx_ops.py [1042:1047]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    if container.target_opset < 13:
        if container.target_opset < 11:
            op_version = 1
            axes = [axis if axis >= 0 else axis + rank for axis in axes]
        else:
            op_version = 11
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



