MCPcopy Create free account
hub / github.com/alibaba/euler / call

Method call

tf_euler/python/utils/layers.py:52–53  ·  view source on GitHub ↗
(self, inputs)

Source from the content-addressed store, hash-verified

50 self.built = True
51
52 def call(self, inputs):
53 return inputs
54
55 def __call__(self, inputs):
56 input_shapes = None

Callers 1

__call__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected