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

Function nested_static_model

tests/models/test_auto_naming.py:29–33  ·  view source on GitHub ↗
(name=None, inner_model_name=None)

Source from the content-addressed store, hash-verified

27
28
29def nested_static_model(name=None, inner_model_name=None):
30 ni = Input((None, 24, 24, 3))
31 nn = ModelLayer(basic_static_model(inner_model_name))(ni)
32 M = Model(inputs=ni, outputs=nn, name=name)
33 return M
34
35
36class basic_dynamic_model(Model):

Callers 1

Calls 4

InputFunction · 0.85
ModelLayerClass · 0.85
ModelClass · 0.85
basic_static_modelFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…