Browse Source

Suppress CS0105 (Using directive appeared previously in this namespace)

tags/v0.20
Sam Harwell Haiping 5 years ago
parent
commit
75904e5b1a
1 changed files with 2 additions and 0 deletions
  1. +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
{


Loading…
Cancel
Save