Home
last modified time | relevance | path

Searched refs:child_layer (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/python/keras/saving/saved_model/
Dsave_impl.py99 for child_layer in utils.list_all_layers(layer):
100 all_losses.extend(child_layer._callable_losses) # pylint: disable=protected-access
236 def replace_layer_functions(child_layer, serialized_fns): argument
238 original_fns[child_layer] = {
239 'call': child_layer.call,
240 '_activity_regularizer': child_layer._activity_regularizer
242 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 …]
/external/tensorflow/tensorflow/python/keras/protobuf/
Dsaved_metadata.proto21 // String path from root (e.g. "root.child_layer")