Skip to content

Commit 5e583c7

Browse files
Update custom.py
Fix missing import.
1 parent 6a52fbc commit 5e583c7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cerebros/custom/custom.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11

2+
import tensorflow as tf
3+
24
# Custom keras layer, analogue of Dense that does
35
# ternary mathematical operations
46
class TernaryDenseLayer(tf.keras.layers.Layer):

0 commit comments

Comments
 (0)