Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/python/keras/saving/
H A Dhdf5_format.py591 save_attributes_to_hdf5_group(weights_group, 'weight_names', weight_names)
627 save_attributes_to_hdf5_group(
639 save_attributes_to_hdf5_group(g, 'weight_names', weight_names)
802 def save_attributes_to_hdf5_group(group, name, data): function