fun Onnx.AttributeProto.Builder.ListInts(intList: List<Long>) {
    this.addAllInts(intList)
}