Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
33
def
INReLU(x, name=None):
34
x = InstanceNorm(
'inorm'
, x)
35
return
tf.nn.relu(x, name=name)
36
37
38
def
INLReLU(x, name=None):
Callers
nothing calls this directly
Calls
1
InstanceNorm
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…