File tree Expand file tree Collapse file tree 3 files changed +11
-7
lines changed
test/Microsoft.ML.Benchmarks Expand file tree Collapse file tree 3 files changed +11
-7
lines changed Original file line number Diff line number Diff line change 1
- using System ;
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.
4
+
5
+ using System ;
2
6
using System . Collections . Generic ;
3
7
using System . IO ;
4
8
using System . Linq ;
Original file line number Diff line number Diff line change 1
- using System ;
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.
4
+
5
+ using System ;
2
6
using System . Collections . Generic ;
3
- using System . Text ;
4
7
5
- namespace Microsoft . ML . Transforms
8
+ namespace Microsoft . ML . Dnn
6
9
{
7
10
/// <summary>
8
11
/// A class that contains the current train state to use for learning rate scheduling.
Original file line number Diff line number Diff line change 7
7
using System . IO . Compression ;
8
8
using System . Collections . Generic ;
9
9
using System . Linq ;
10
- using System . Net ;
11
- using System . Threading ;
12
10
using System . Threading . Tasks ;
13
11
using Microsoft . ML . Data ;
14
12
using Microsoft . ML . Transforms ;
15
13
using BenchmarkDotNet . Attributes ;
16
14
using static Microsoft . ML . DataOperationsCatalog ;
17
15
using System . Net . Http ;
18
- using System . Diagnostics ;
19
16
using Microsoft . ML . Dnn ;
20
17
21
18
namespace Microsoft . ML . Benchmarks
You can’t perform that action at this time.
0 commit comments