Searched refs:restore_network_checkpoint (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/contrib/eager/python/ |
D | network_test.py | 84 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 …]
|
D | tfe.py | 100 from tensorflow.contrib.eager.python.network import restore_network_checkpoint
|
D | network.py | 957 def restore_network_checkpoint(network, save_path, map_func=None): function
|