This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
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 CS0105 (Using directive appeared previously in this namespace)
tags/v0.20
Sam Harwell
Haiping
5 years ago
parent
dc7b4ce53d
commit
75904e5b1a
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.Core/Operations/gen_array_ops.cs
+ 2
- 0
src/TensorFlowNET.Core/Operations/gen_array_ops.cs
View File
@@ -19,7 +19,9 @@ using System.Collections.Generic;
using static Tensorflow.Binding;
using Tensorflow.Eager;
using System.Linq;
#pragma warning disable CS0105 // Using directive appeared previously in this namespace
using static Tensorflow.Binding;
#pragma warning restore CS0105 // Using directive appeared previously in this namespace
namespace Tensorflow
{
Write
Preview
Loading…
Cancel
Save