11 references to Write
Microsoft.ML.CodeGenerator (11)
Templates\Azure\Model\AzureImageModelOutputClass.cs (11)
33
this.
Write
("\r\nusing System;\r\nusing Microsoft.ML.Data;\r\nusing System.Linq;\r\n\r\nnamespace ");
34
this.
Write
(this.ToStringHelper.ToStringWithCulture(Namespace));
35
this.
Write
(".Model\r\n{\r\n public class ModelOutput\r\n {\r\n [ColumnName(\"output1\")]\r\n" +
39
this.
Write
("\"");
40
this.
Write
(this.ToStringHelper.ToStringWithCulture(label));
41
this.
Write
("\",");
43
this.
Write
(@"};
78
this.
Write
(@"//*****************************************************************************************
91
this.
Write
("// This file was auto-generated by ML.NET Model Builder. \r\n");
232
this.
Write
(textToAppend);
241
this.
Write
(string.Format(global::System.Globalization.CultureInfo.CurrentCulture, format, args));