fun TensorProto.Builder.FloatData(value: List<Float>) {
    this.addAllFloatVal(value)
}