Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/tensorpack/tensorpack
/ channel_norm
Function
channel_norm
examples/OpticalFlow/flownet_models.py:34–35 ·
view source on GitHub ↗
(x)
Source
from the content-addressed store, hash-verified
32
33
34
def
channel_norm(x):
35
return
tf.norm(x, axis=1, keep_dims=True)
36
37
38
def
correlation(ina, inb,
Callers
1
graph_structure
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected