MCPcopy 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
34def channel_norm(x):
35 return tf.norm(x, axis=1, keep_dims=True)
36
37
38def correlation(ina, inb,

Callers 1

graph_structureMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected