Skip to content

Commit bae9462

Browse files
author
Yundi Qian
committed
tf.nn.relu6 is already register, remove it from gin registration
1 parent 5e16051 commit bae9462

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

compiler_opt/rl/gin_external_configurables.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
# Activation function.
2727
config.external_configurable(tf.keras.activations.relu,
2828
'tf.keras.activations.relu')
29-
config.external_configurable(tf.nn.relu6, 'tf.nn.relu6')
3029

3130
# Layers
3231
config.external_configurable(tf.keras.layers.Add, 'tf.keras.layers.Add')

0 commit comments

Comments
 (0)