MCPcopy Create free account
hub / github.com/andreariba/DeepCycle / call

Method call

DeepCycle.py:257–258  ·  view source on GitHub ↗
(self, inputs)

Source from the content-addressed store, hash-verified

255 super(Circularize, self).__init__()
256
257 def call(self, inputs):
258 return tf.concat([tf.math.cos(2*np.pi*inputs),tf.math.sin(2*np.pi*inputs)], axis=1)
259
260
261sys.stdout.write("[Loading anndata]: ")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected