Skip to content

Commit

Permalink
No public description
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 677938692
Change-Id: I52ecd04d488b35e5d9020d6047bb92b27c7dc620
  • Loading branch information
lishanok authored and copybara-github committed Sep 23, 2024
1 parent dec22c7 commit 6b4d9e9
Show file tree
Hide file tree
Showing 3 changed files with 708 additions and 0 deletions.
3 changes: 3 additions & 0 deletions qkeras/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@
#from .qtools.settings import cfg
from .qconv2d_batchnorm import QConv2DBatchnorm
from .qdepthwiseconv2d_batchnorm import QDepthwiseConv2DBatchnorm
from .qseparable_conv2d_transpose import QSeparableConv2DTransposeTPU
from .qseparable_conv2d_transpose import QSeparableConv2DTransposeCPU


assert tf.executing_eagerly(), "QKeras requires TF with eager execution mode on"

Expand Down
Loading

0 comments on commit 6b4d9e9

Please sign in to comment.