MCPcopy Create free account
hub / github.com/rushter/MLAlgorithms / shape

Method shape

mla/neuralnet/layers/basic.py:146–147  ·  view source on GitHub ↗
(self, x_shape)

Source from the content-addressed store, hash-verified

144 return np.repeat(delta[:, np.newaxis, :], 2, 1)
145
146 def shape(self, x_shape):
147 return x_shape[0], x_shape[2]
148
149
150class TimeDistributedDense(Layer):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected