onnxconverter_common/onnx_ops.py [89:96]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    attrs = {'axis': axis, 'keepdims': keepdims}
    if container.target_opset < 11:
        op_version = 1
    elif container.target_opset < 12:
        op_version = 11
    else:
        op_version = 12
        attrs['select_last_index'] = select_last_index
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



onnxconverter_common/onnx_ops.py [103:110]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    attrs = {'axis': axis, 'keepdims': keepdims}
    if container.target_opset < 11:
        op_version = 1
    elif container.target_opset < 12:
        op_version = 11
    else:
        op_version = 12
        attrs['select_last_index'] = select_last_index
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



