11 references to Write
Microsoft.ML.CodeGenerator (11)
Templates\Console\ModelInputClass.cs (11)
33this.Write("\r\nusing Microsoft.ML.Data;\r\n\r\nnamespace "); 34this.Write(this.ToStringHelper.ToStringWithCulture(Namespace)); 35this.Write(".Model\r\n{\r\n public class ModelInput\r\n {\r\n"); 37this.Write(" "); 38this.Write(this.ToStringHelper.ToStringWithCulture(label)); 39this.Write("\r\n"); 41this.Write("}\r\n}\r\n"); 52this.Write(@"//***************************************************************************************** 65this.Write("// This file was auto-generated by ML.NET Model Builder. \r\n"); 206this.Write(textToAppend); 215this.Write(string.Format(global::System.Globalization.CultureInfo.CurrentCulture, format, args));