fun Onnx.TensorProto.Builder.IntData(intData: List<Int>) {
    this.addAllInt32Data(intData)
}