MCPcopy Index your code
hub / github.com/tensorlayer/TensorLayer / PTRelu6Layer

Function PTRelu6Layer

tensorlayer/layers/deprecated.py:29–30  ·  view source on GitHub ↗
(*args, **kwargs)

Source from the content-addressed store, hash-verified

27
28
29def PTRelu6Layer(*args, **kwargs):
30 raise NonExistingLayerError("PTRelu6Layer(net, name='a') --> PTRelu(name='a')(net))" + __log__)
31
32
33# convolution/atrous_conv.py

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…