Browse Source

fix build error

tags/v0.20
carb0n Esther Hu 5 years ago
parent
commit
a2ec9b3296
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/TensorFlowNET.Core/Graphs/Graph.cs

+ 1
- 0
src/TensorFlowNET.Core/Graphs/Graph.cs View File

@@ -17,6 +17,7 @@
using System;
using System.Collections;
using System.Collections.Generic;
using System.Collections.Specialized;
using System.Linq;
using System.Runtime.InteropServices;
using static Tensorflow.Binding;


Loading…
Cancel
Save