We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92e8eb2 commit a2ec9b3Copy full SHA for a2ec9b3
src/TensorFlowNET.Core/Graphs/Graph.cs
@@ -17,6 +17,7 @@ limitations under the License.
17
using System;
18
using System.Collections;
19
using System.Collections.Generic;
20
+using System.Collections.Specialized;
21
using System.Linq;
22
using System.Runtime.InteropServices;
23
using static Tensorflow.Binding;
0 commit comments