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

Method build

tf_euler/python/utils/layers.py:49–50  ·  view source on GitHub ↗
(self, input_shape)

Source from the content-addressed store, hash-verified

47 self._name = name
48
49 def build(self, input_shape):
50 self.built = True
51
52 def call(self, inputs):
53 return inputs

Callers 1

__call__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected