Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/keras/saving/saved_model/
Dserialized_attributes.py178 if key in CommonEndpoints.all_functions}
184 if key in CommonEndpoints.all_checkpointable_objects}
221 class CommonEndpoints(SerializedAttributes.with_attributes( class
249 copy_from=[CommonEndpoints]
Dload.py40 from tensorflow.python.keras.saving.saved_model.serialized_attributes import CommonEndpoints
91 PUBLIC_ATTRIBUTES = CommonEndpoints.all_functions.union(
92 CommonEndpoints.all_checkpointable_objects)