File tree 3 files changed +5
-18
lines changed
3 files changed +5
-18
lines changed Original file line number Diff line number Diff line change 1
- // Licensed to the .NET Foundation under one or more agreements.
2
- // The .NET Foundation licenses this file to you under the MIT license.
3
- // See the LICENSE file in the project root for more information.
1
+ // This is an auto generated file by ML.NET CLI
4
2
5
3
using System;
6
4
using System.IO;
Original file line number Diff line number Diff line change @@ -27,18 +27,9 @@ public partial class MLCodeGen : MLCodeGenBase
27
27
/// </summary>
28
28
public virtual string TransformText ( )
29
29
{
30
- this . Write ( @"// Licensed to the .NET Foundation under one or more agreements.
31
- // The .NET Foundation licenses this file to you under the MIT license.
32
- // See the LICENSE file in the project root for more information.
33
-
34
- using System;
35
- using System.IO;
36
- using System.Linq;
37
- using Microsoft.ML;
38
- using Microsoft.ML.Core.Data;
39
- using Microsoft.ML.Data;
40
- using Microsoft.Data.DataView;
41
- " ) ;
30
+ this . Write ( "// This is an auto generated file by ML.NET CLI\r \n \r \n using System;\r \n using System.IO" +
31
+ ";\r \n using System.Linq;\r \n using Microsoft.ML;\r \n using Microsoft.ML.Core.Data;\r \n using" +
32
+ " Microsoft.ML.Data;\r \n using Microsoft.Data.DataView;\r \n " ) ;
42
33
this . Write ( this . ToStringHelper . ToStringWithCulture ( GeneratedUsings ) ) ;
43
34
this . Write ( "\r \n \r \n namespace " ) ;
44
35
this . Write ( this . ToStringHelper . ToStringWithCulture ( Namespace ) ) ;
Original file line number Diff line number Diff line change 5
5
<#@ import namespace="System.Text.RegularExpressions" #>
6
6
<#@ import namespace="System.Collections.Generic" #>
7
7
<#@ import namespace="Microsoft.ML.CLI.Utilities" #>
8
- // Licensed to the .NET Foundation under one or more agreements.
9
- // The .NET Foundation licenses this file to you under the MIT license.
10
- // See the LICENSE file in the project root for more information.
8
+ // This is an auto generated file by ML.NET CLI
11
9
12
10
using System;
13
11
using System.IO;
You can’t perform that action at this time.
0 commit comments