Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/keras/saving/
Dhdf5_format.py596 save_attributes_to_hdf5_group(weights_group, 'weight_names', weight_names)
632 save_attributes_to_hdf5_group(
644 save_attributes_to_hdf5_group(g, 'weight_names', weight_names)
807 def save_attributes_to_hdf5_group(group, name, data): function