Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/training/
Dcheckpoint_ops_test.py55 self.checkpoint_file = '{}-5'.format(checkpoint_prefix)
101 ckpt_path=[self.checkpoint_file],
131 ckpt_path=[self.checkpoint_file],
169 ckpt_path=[self.checkpoint_file],
203 ckpt_path=[self.checkpoint_file],
241 ckpt_path=[self.checkpoint_file],
277 ckpt_path=[self.checkpoint_file],
322 ckpt_path=[self.checkpoint_file],
361 ckpt_path=[self.checkpoint_file],
Dsaver.py1148 checkpoint_file = "%s-%d" % (save_path, global_step)
1151 checkpoint_file = "%s-%s" % (save_path, "{:08d}".format(global_step))
1153 checkpoint_file = save_path
1170 checkpoint_file, build_save=True, build_restore=False)
1175 {self.saver_def.filename_tensor_name: checkpoint_file})
1196 checkpoint_file, meta_graph_suffix=meta_graph_suffix)
/external/openssh/
Dmoduli.c576 char *checkpoint_file, unsigned long start_lineno, unsigned long num_lines) in prime_test() argument
609 if (checkpoint_file != NULL) in prime_test()
610 last_processed = read_checkpoint(checkpoint_file); in prime_test()
627 if (checkpoint_file != NULL) in prime_test()
628 write_checkpoint(checkpoint_file, count_in); in prime_test()
798 if (checkpoint_file != NULL) in prime_test()
799 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/examples/tutorials/mnist/
Dfully_connected_feed.py193 checkpoint_file = os.path.join(FLAGS.log_dir, 'model.ckpt')
194 saver.save(sess, checkpoint_file, global_step=step)
/external/tensorflow/tensorflow/python/compiler/tensorrt/test/
Dquantization_mnist_test.py132 checkpoint_file = latest_checkpoint(model_dir)
133 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()