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

Method flatten_parameters

complexnn.py:63–65  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

61 return [real_out, imag_out]
62
63 def flatten_parameters(self):
64 self.imag_lstm.flatten_parameters()
65 self.real_lstm.flatten_parameters()
66
67def complex_cat(inputs, axis):
68

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected