keras/keras_core/operations/nn.py

27 lines
213 B
Python
Raw Normal View History

2023-04-09 19:21:45 +00:00
"""
relu
relu6
sigmoid
softplus
softsign
silu
swish
log_sigmoid
leaky_relu
hard_sigmoid
elu
selu
gelu
softmax
log_softmax
max_pooling
average_pooling
conv
depthwise_conv
separable_conv
conv_transpose
ctc ??
"""