This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
scisharp
/
TensorFlow.NET
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
21
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
Suppress CS0618 (Type or member is obsolete)
pull/574/head
Sam Harwell
5 years ago
parent
c3884e4956
commit
232beee56e
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
src/TensorFlowNet.Benchmarks/Program.cs
+ 2
- 0
src/TensorFlowNet.Benchmarks/Program.cs
View File
@@ -20,7 +20,9 @@ namespace TensorFlowBenchmark
}
else
{
#pragma warning disable CS0618 // Type or member is obsolete
BenchmarkSwitcher.FromAssembly(Assembly.GetExecutingAssembly()).Run(args, ManualConfig.Create(DefaultConfig.Instance).With(ConfigOptions.DisableOptimizationsValidator));
#pragma warning restore CS0618 // Type or member is obsolete
}
Console.ReadLine();
Write
Preview
Loading…
Cancel
Save