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

Function PRelu6Layer

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

Source from the content-addressed store, hash-verified

23
24
25def PRelu6Layer(*args, **kwargs):
26 raise NonExistingLayerError("PRelu6Layer(net, name='a') --> PRelu6(name='a')(net))" + __log__)
27
28
29def PTRelu6Layer(*args, **kwargs):

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…