We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a52fbc commit 5e583c7Copy full SHA for 5e583c7
cerebros/custom/custom.py
@@ -1,4 +1,6 @@
1
2
+import tensorflow as tf
3
+
4
# Custom keras layer, analogue of Dense that does
5
# ternary mathematical operations
6
class TernaryDenseLayer(tf.keras.layers.Layer):
0 commit comments