blob: efb246f066fd1817d3d2e8f988a5f4beea7e4be6 (
plain)
1
2
3
4
5
6
7
8
|
# Generated content DO NOT EDIT
from .. import functional
gelu = functional.gelu
relu = functional.relu
silu = functional.silu
softmax = functional.softmax
tanh = functional.tanh
|