37 references to Write
Microsoft.ML.CodeGenerator (37)
Templates\Console\PredictProject.cs (37)
29
this.
Write
("<Project Sdk=\"Microsoft.NET.Sdk\">\r\n\r\n <PropertyGroup>\r\n <OutputType>Exe</Outp" +
32
this.
Write
(this.ToStringHelper.ToStringWithCulture(StablePackageVersion));
33
this.
Write
("\" />\r\n");
35
this.
Write
(" <PackageReference Include=\"Microsoft.ML.LightGBM\" Version=\"");
36
this.
Write
(this.ToStringHelper.ToStringWithCulture(StablePackageVersion));
37
this.
Write
("\" />\r\n");
40
this.
Write
(" <PackageReference Include=\"Microsoft.ML.Mkl.Components\" Version=\"");
41
this.
Write
(this.ToStringHelper.ToStringWithCulture(StablePackageVersion));
42
this.
Write
("\" />\r\n");
45
this.
Write
(" <PackageReference Include=\"Microsoft.ML.FastTree\" Version=\"");
46
this.
Write
(this.ToStringHelper.ToStringWithCulture(StablePackageVersion));
47
this.
Write
("\" />\r\n");
50
this.
Write
(" <PackageReference Include=\"Microsoft.ML.ImageAnalytics\" Version=\"");
51
this.
Write
(this.ToStringHelper.ToStringWithCulture(StablePackageVersion));
52
this.
Write
("\" />\r\n");
55
this.
Write
(" <PackageReference Include=\"Microsoft.ML.OnnxTransformer\" Version=\"");
56
this.
Write
(this.ToStringHelper.ToStringWithCulture(StablePackageVersion));
57
this.
Write
("\" />\r\n <PackageReference Include=\"Microsoft.ML.OnnxRuntime\" Version=\"");
58
this.
Write
(this.ToStringHelper.ToStringWithCulture(OnnxRuntimePackageVersion));
59
this.
Write
("\" />\r\n");
64
this.
Write
(" <PackageReference Include=\"Microsoft.ML.DnnImageFeaturizer.ResNet18\" Version=" +
68
this.
Write
(" <PackageReference Include=\"Microsoft.ML.Vision\" Version=\"");
69
this.
Write
(this.ToStringHelper.ToStringWithCulture(StablePackageVersion));
70
this.
Write
("\" />\r\n\t<PackageReference Include=\"SciSharp.TensorFlow.Redist\" Version=\"1.14.0\" />" +
74
this.
Write
(" <PackageReference Include=\"Microsoft.ML.Recommender\" Version=\"");
75
this.
Write
(this.ToStringHelper.ToStringWithCulture(UnstablePackageVersion));
76
this.
Write
("\" />\r\n");
78
this.
Write
(" </ItemGroup>\r\n <ItemGroup>\r\n <ProjectReference Include=\"..\\");
79
this.
Write
(this.ToStringHelper.ToStringWithCulture(Namespace));
80
this.
Write
(".Model\\");
81
this.
Write
(this.ToStringHelper.ToStringWithCulture(Namespace));
82
this.
Write
(".Model.csproj\" />\r\n </ItemGroup>\r\n\r\n <ItemGroup>\r\n");
84
this.
Write
(" <ProjectCapability Include=\"MLNETCLIGenerated\" />\r\n");
86
this.
Write
(" <ProjectCapability Include=\"ModelBuilderGenerated\" />\r\n");
88
this.
Write
(" </ItemGroup>\r\n</Project>\r\n");
243
this.
Write
(textToAppend);
252
this.
Write
(string.Format(global::System.Globalization.CultureInfo.CurrentCulture, format, args));