MCPcopy
hub / github.com/tensorlayer/TensorLayer / PReluLayer

Function PReluLayer

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

Source from the content-addressed store, hash-verified

19
20
21def PReluLayer(*args, **kwargs):
22 raise NonExistingLayerError("PReluLayer(net, name='a') --> PRelu(name='a')(net))" + __log__)
23
24
25def PRelu6Layer(*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…