MCPcopy Create free account
hub / github.com/dangf15/THLNet / __init__

Method __init__

complexnn.py:14–18  ·  view source on GitHub ↗
(self, complex_axis=1)

Source from the content-addressed store, hash-verified

12class cPReLU(nn.Module):
13
14 def __init__(self, complex_axis=1):
15 super(cPReLU,self).__init__()
16 self.r_prelu = nn.PReLU()
17 self.i_prelu = nn.PReLU()
18 self.complex_axis = complex_axis
19
20
21 def forward(self, inputs):

Callers 4

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected