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