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

Method extra_repr

complexnn.py:395–397  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

393 return outputs
394
395 def extra_repr(self):
396 return '{num_features}, eps={eps}, momentum={momentum}, affine={affine}, ' \
397 'track_running_stats={track_running_stats}'.format(**self.__dict__)
398
399def complex_cat(inputs, axis):
400

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected