MCPcopy Index your code
hub / github.com/tensorlayer/TensorLayer / build

Method build

tensorlayer/layers/embedding.py:85–86  ·  view source on GitHub ↗
(self, inputs_shape)

Source from the content-addressed store, hash-verified

83 return s.format(classname=self.__class__.__name__, **self.__dict__)
84
85 def build(self, inputs_shape):
86 pass
87
88 # @tf.function
89 def forward(self, inputs):

Callers 1

__init__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected