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

Method shape

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

Source from the content-addressed store, hash-verified

128 return delta * self._mask
129
130 def shape(self, x_shape):
131 return x_shape
132
133
134class TimeStepSlicer(Layer):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected