MCPcopy Index your code
hub / github.com/tensorpack/tensorpack / INReLU

Function INReLU

examples/GAN/CycleGAN.py:33–35  ·  view source on GitHub ↗
(x, name=None)

Source from the content-addressed store, hash-verified

31
32
33def INReLU(x, name=None):
34 x = InstanceNorm('inorm', x)
35 return tf.nn.relu(x, name=name)
36
37
38def INLReLU(x, name=None):

Callers

nothing calls this directly

Calls 1

InstanceNormFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…