MCPcopy Create free account
hub / github.com/alibaba/nann / submodules

Method submodules

tensorflow/tensorflow/python/module/module.py:173–193  ·  view source on GitHub ↗

Sequence of all sub-modules. Submodules are modules which are properties of this module, or found as properties of modules which are properties of this module (and so on). ``` a = tf.Module() b = tf.Module() c = tf.Module() a.b = b b.c = c assert list(a.submodul

(self)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 2

_flattenMethod · 0.95
tupleFunction · 0.85

Tested by

no test coverage detected