Searched refs:child_layer (Results 1 – 2 of 2) sorted by relevance
99 for child_layer in utils.list_all_layers(layer):100 all_losses.extend(child_layer._callable_losses) # pylint: disable=protected-access236 def replace_layer_functions(child_layer, serialized_fns): argument238 original_fns[child_layer] = {239 'call': child_layer.call,240 '_activity_regularizer': child_layer._activity_regularizer242 with trackable.no_automatic_dependency_tracking_scope(child_layer):244 child_layer._activity_regularizer = serialized_fns.get(249 child_layer.call = utils.use_wrapped_call(250 child_layer,[all …]
21 // String path from root (e.g. "root.child_layer")