Home
last modified time | relevance | path

Searched refs:LayerAttributes (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/python/keras/saving/saved_model/
Dserialized_attributes.py152 return LayerAttributes()
244 class LayerAttributes(SerializedAttributes.with_attributes( class
272 copy_from=[LayerAttributes])):
299 copy_from=[LayerAttributes])):
DREADME.md95 See `LayerAttributes` and `LayerSerializationImpl`.
99 1. Add a new attributes to `LayerAttributes`.
111 1. Create a new attribute validator by copying `LayerAttributes`, and add any
Dsave_impl.py150 for fn_name in serialized_attributes.LayerAttributes.all_functions}