MCPcopy Create free account
hub / github.com/OUCMachineLearning/OUCML / relu

Function relu

GAN/Self_attention_GAN_tensorflow/ops.py:135–136  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

133
134
135def relu(x):
136 return tf.nn.relu(x)
137
138
139def tanh(x):

Callers 3

generatorMethod · 0.85
resblockFunction · 0.85
discriminator_lossFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected