Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/eager/python/
Dnetwork_test.py84 network.restore_network_checkpoint(net, save_path=checkpoint_directory)
90 network.restore_network_checkpoint(net, save_path=checkpoint_path)
162 network.restore_network_checkpoint(net2, save_path)
251 network.restore_network_checkpoint(load_into, save_path)
272 network.restore_network_checkpoint(
301 network.restore_network_checkpoint(save_into_parent, whole_model_checkpoint)
302 network.restore_network_checkpoint(save_into_parent.first, checkpoint)
304 network.restore_network_checkpoint(save_into_parent.first, checkpoint)
314 network.restore_network_checkpoint(save_into_parent.first, checkpoint)
315 network.restore_network_checkpoint(save_into_parent, whole_model_checkpoint)
[all …]
Dtfe.py100 from tensorflow.contrib.eager.python.network import restore_network_checkpoint
Dnetwork.py957 def restore_network_checkpoint(network, save_path, map_func=None): function