Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/keras/saving/
Dhdf5_format.py646 save_attributes_to_hdf5_group(weights_group, 'weight_names', weight_names)
682 save_attributes_to_hdf5_group(
691 save_attributes_to_hdf5_group(g, 'weight_names', weight_names)
829 def save_attributes_to_hdf5_group(group, name, data): function
D__init__.py25 from tensorflow.python.keras.saving.hdf5_format import save_attributes_to_hdf5_group