fun TensorProto.Builder.Int64Data(value: List<Long>) {
    this.addAllInt64Val(value)
}