Create a list or dict of sub layers. The created sub layer list can be accessed by `name`. E.g.:: self.CreateChildren('foo', ...) self.foo[10].FProp... or:: self.children['foo'][10].FProp... self.children.foo[10].FProp... Args: name: The name fo
(
self, name: str, params: Union[List[BaseLayerParamsT],
Mapping[str, BaseLayerParamsT]]
)
source not stored for this graph (policy: none)