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