Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/training/
Dcheckpoint_ops_test.py57 self.checkpoint_file = '{}-5'.format(checkpoint_prefix)
103 ckpt_path=[self.checkpoint_file],
133 ckpt_path=[self.checkpoint_file],
170 ckpt_path=[self.checkpoint_file],
203 ckpt_path=[self.checkpoint_file],
240 ckpt_path=[self.checkpoint_file],
275 ckpt_path=[self.checkpoint_file],
320 ckpt_path=[self.checkpoint_file],
359 ckpt_path=[self.checkpoint_file],
Dsaver.py1164 checkpoint_file = "%s-%d" % (save_path, global_step)
1167 checkpoint_file = "%s-%s" % (save_path, "{:08d}".format(global_step))
1169 checkpoint_file = save_path
1185 checkpoint_file, build_save=True, build_restore=False)
1190 {self.saver_def.filename_tensor_name: checkpoint_file})
1211 checkpoint_file, meta_graph_suffix=meta_graph_suffix)
/external/openssh/
Dmoduli.c578 char *checkpoint_file, unsigned long start_lineno, unsigned long num_lines) in prime_test() argument
608 if (checkpoint_file != NULL) in prime_test()
609 last_processed = read_checkpoint(checkpoint_file); in prime_test()
626 if (checkpoint_file != NULL) in prime_test()
627 write_checkpoint(checkpoint_file, count_in); in prime_test()
803 if (checkpoint_file != NULL) in prime_test()
804 unlink(checkpoint_file); in prime_test()
/external/google-breakpad/src/client/windows/sender/
Dcrash_report_sender.cc48 CrashReportSender::CrashReportSender(const wstring &checkpoint_file) in CrashReportSender() argument
49 : checkpoint_file_(checkpoint_file), in CrashReportSender()
Dcrash_report_sender.h68 explicit CrashReportSender(const wstring &checkpoint_file);
/external/tensorflow/tensorflow/python/compiler/tensorrt/test/
Dquantization_mnist_test.py133 checkpoint_file = latest_checkpoint(model_dir)
134 if checkpoint_file is None:
138 mnist_saver.restore(sess, checkpoint_file)
/external/tensorflow/tensorflow/core/util/
Dtensor_slice_reader_test.cc182 const string& checkpoint_file) { in SimpleIntXHelper() argument
183 const string fname_base = io::JoinPath(testing::TmpDir(), checkpoint_file); in SimpleIntXHelper()