fun Onnx.TensorProto.Builder.LongData(longData: List<Long>) {
    this.addAllInt64Data(longData)
}