11 references to Write
Microsoft.ML.CodeGenerator (11)
Templates\Azure\Model\AzureObjectDetectionModelOutputClass.cs (11)
33
this.
Write
("\r\nusing System;\r\nusing Microsoft.ML.Data;\r\nusing System.Collections.Generic;\r\nusi" +
35
this.
Write
(this.ToStringHelper.ToStringWithCulture(Namespace));
36
this.
Write
(".Model\r\n{\r\n public class ModelOutput\r\n {\r\n public string[] ObjectTag" +
39
this.
Write
("\"");
40
this.
Write
(this.ToStringHelper.ToStringWithCulture(label));
41
this.
Write
("\",");
43
this.
Write
("};\r\n\r\n [ColumnName(\"boxes\")]\r\n public float[] Boxes { get; set; }\r\n" +
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));