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

Method shape

mla/neuralnet/layers/basic.py:22–24  ·  view source on GitHub ↗

Returns shape of the current layer.

(self, x_shape)

Source from the content-addressed store, hash-verified

20 raise NotImplementedError()
21
22 def shape(self, x_shape):
23 """Returns shape of the current layer."""
24 raise NotImplementedError()
25
26
27class ParamMixin(object):

Callers 1

_setup_layersMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected