Searched refs:checkpoint_file (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/python/training/ |
D | checkpoint_ops_test.py | 53 self.checkpoint_file = '{}-5'.format(checkpoint_prefix) 99 ckpt_path=[self.checkpoint_file], 128 ckpt_path=[self.checkpoint_file], 166 ckpt_path=[self.checkpoint_file], 200 ckpt_path=[self.checkpoint_file], 238 ckpt_path=[self.checkpoint_file], 274 ckpt_path=[self.checkpoint_file], 319 ckpt_path=[self.checkpoint_file], 358 ckpt_path=[self.checkpoint_file],
|
D | saver.py | 1631 checkpoint_file = "%s-%d" % (save_path, global_step) 1634 checkpoint_file = "%s-%s" % (save_path, "{:08d}".format(global_step)) 1636 checkpoint_file = save_path 1654 {self.saver_def.filename_tensor_name: checkpoint_file}) 1657 checkpoint_file, build_save=True, build_restore=False) 1679 checkpoint_file, meta_graph_suffix=meta_graph_suffix)
|
/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/core/util/ |
D | tensor_slice_reader_test.cc | 181 const string& checkpoint_file) { in SimpleIntXHelper() argument 182 const string fname_base = io::JoinPath(testing::TmpDir(), checkpoint_file); in SimpleIntXHelper()
|