Skip to content

Commit

Permalink
Internal change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 289203075
Change-Id: Ie83a6140dee4403605b4c37e51c159934601bc88
  • Loading branch information
zhuangh authored and copybara-github committed Jan 12, 2020
1 parent e13cbc4 commit 71fb291
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion qkeras/estimate.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
from keras.layers import InputLayer
from keras.models import Model
import numpy as np
import tensorflow as tf
import tensorflow.compat.v1 as tf


from .qlayers import QActivation
Expand Down
2 changes: 1 addition & 1 deletion qkeras/qlayers.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@

import numpy as np
import six
import tensorflow as tf
import tensorflow.compat.v1 as tf

from .safe_eval import safe_eval

Expand Down

0 comments on commit 71fb291

Please sign in to comment.