HomeSort by relevance Sort by last modified time
    Searched refs:restore_sequentially (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/python/training/
saver.py 128 restore_sequentially):
138 restore_sequentially: Unused. Bool. If true, each restore is sequential.
145 del restore_sequentially
311 restore_sequentially,
320 restore_sequentially: True if we want to restore variables sequentially
331 restore_sequentially)
359 restore_sequentially, reshape):
366 restore_sequentially: True if we want to restore variables sequentially
381 restore_sequentially,
421 restore_sequentially=False
    [all...]
saver_test.py 111 }, restore_sequentially=True)
325 restore_sequentially=True,
400 save = saver_module.Saver({"v": v}, restore_sequentially=True)
744 save = saver_module.Saver({"v0": v0, "v1": v1}, restore_sequentially=True)
    [all...]
  /external/tensorflow/tensorflow/contrib/session_bundle/
exporter_test.py 107 restore_sequentially=True,

Completed in 97 milliseconds