34 references to Write
Microsoft.ML.CodeGenerator (34)
Templates\Console\ModelProject.cs (34)
28this.Write("<Project Sdk=\"Microsoft.NET.Sdk\">\r\n\r\n <PropertyGroup>\r\n <TargetFramework>nets" + 31this.Write(this.ToStringHelper.ToStringWithCulture(StablePackageVersion)); 32this.Write("\" />\r\n"); 34this.Write(" <PackageReference Include=\"Microsoft.ML.LightGBM\" Version=\""); 35this.Write(this.ToStringHelper.ToStringWithCulture(StablePackageVersion)); 36this.Write("\" />\r\n"); 39this.Write(" <PackageReference Include=\"Microsoft.ML.Mkl.Components\" Version=\""); 40this.Write(this.ToStringHelper.ToStringWithCulture(StablePackageVersion)); 41this.Write("\" />\r\n"); 44this.Write(" <PackageReference Include=\"Microsoft.ML.FastTree\" Version=\""); 45this.Write(this.ToStringHelper.ToStringWithCulture(StablePackageVersion)); 46this.Write("\" />\r\n"); 49this.Write(" <PackageReference Include=\"Microsoft.ML.ImageAnalytics\" Version=\""); 50this.Write(this.ToStringHelper.ToStringWithCulture(StablePackageVersion)); 51this.Write("\" />\r\n"); 54this.Write(" <PackageReference Include=\"Microsoft.ML.OnnxTransformer\" Version=\""); 55this.Write(this.ToStringHelper.ToStringWithCulture(StablePackageVersion)); 56this.Write("\" />\r\n <PackageReference Include=\"Microsoft.ML.OnnxRuntime\" Version=\""); 57this.Write(this.ToStringHelper.ToStringWithCulture(OnnxRuntimePackageVersion)); 58this.Write("\" />\r\n"); 63this.Write(" <PackageReference Include=\"Microsoft.ML.Vision\" Version=\""); 64this.Write(this.ToStringHelper.ToStringWithCulture(StablePackageVersion)); 65this.Write("\" />\r\n\t<PackageReference Include=\"SciSharp.TensorFlow.Redist\" Version=\"1.14.0\" />" + 69this.Write(" <PackageReference Include=\"Microsoft.ML.Recommender\" Version=\""); 70this.Write(this.ToStringHelper.ToStringWithCulture(UnstablePackageVersion)); 71this.Write("\" />\r\n"); 73this.Write(" </ItemGroup>\r\n\r\n <ItemGroup>\r\n <None Update=\"MLModel.zip\">\r\n <CopyToOu" + 76this.Write(" <None Update=\"bestModel.onnx\">\r\n <CopyToOutputDirectory>PreserveNewest</" + 79this.Write(" </ItemGroup>\r\n\r\n <ItemGroup>\r\n"); 81this.Write(" <ProjectCapability Include=\"MLNETCLIGenerated\" />\r\n"); 83this.Write(" <ProjectCapability Include=\"ModelBuilderGenerated\" />\r\n"); 85this.Write(" </ItemGroup>\r\n</Project>\r\n"); 238this.Write(textToAppend); 247this.Write(string.Format(global::System.Globalization.CultureInfo.CurrentCulture, format, args));