Skip to content

Commit

Permalink
Feat (nn): remove unused QuantDropout (#861)
Browse files Browse the repository at this point in the history
  • Loading branch information
OscarSavolainenDR authored Feb 20, 2024
1 parent 2004568 commit caf0338
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 32 deletions.
1 change: 0 additions & 1 deletion src/brevitas/nn/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
from .quant_conv import QuantConv2d
from .quant_convtranspose import QuantConvTranspose1d
from .quant_convtranspose import QuantConvTranspose2d
from .quant_dropout import QuantDropout
from .quant_eltwise import QuantCat
from .quant_eltwise import QuantEltwiseAdd
from .quant_embedding import QuantEmbedding
Expand Down
31 changes: 0 additions & 31 deletions src/brevitas/nn/quant_dropout.py

This file was deleted.

0 comments on commit caf0338

Please sign in to comment.