Searched refs:checkpoint_file (Results 1 – 8 of 8) sorted by relevance
/external/tensorflow/tensorflow/python/training/ |
D | checkpoint_ops_test.py | 55 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],
|
D | saver.py | 1148 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/ |
D | moduli.c | 576 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/ |
D | crash_report_sender.cc | 48 CrashReportSender::CrashReportSender(const wstring &checkpoint_file) in CrashReportSender() argument 49 : checkpoint_file_(checkpoint_file), in CrashReportSender()
|
D | crash_report_sender.h | 68 explicit CrashReportSender(const wstring &checkpoint_file);
|
/external/tensorflow/tensorflow/examples/tutorials/mnist/ |
D | fully_connected_feed.py | 193 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/ |
D | quantization_mnist_test.py | 132 checkpoint_file = latest_checkpoint(model_dir) 133 mnist_saver.restore(sess, checkpoint_file)
|
/external/tensorflow/tensorflow/core/util/ |
D | tensor_slice_reader_test.cc | 182 const string& checkpoint_file) { in SimpleIntXHelper() argument 183 const string fname_base = io::JoinPath(testing::TmpDir(), checkpoint_file); in SimpleIntXHelper()
|