Skip to content

Commit

Permalink
Added tensorflow import
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentStimper committed Apr 20, 2020
1 parent 3414c46 commit dfaa005
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mclahe/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# -*- coding: utf-8 -*-

import numpy as np
import tensorflow as tf
from .utils import *

from itertools import product
Expand Down

0 comments on commit dfaa005

Please sign in to comment.