def gelu2()
in
src/model.py [0:0]
2
lines of code
1
McCabe index (conditional complexity)
def gelu2(x): return x * tf.sigmoid(1.702 * x)