Browse Source

fix build error

pull/594/head
carb0n GitHub 5 years ago
parent
commit
9f99b44f64
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
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