Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/training/
Dcheckpoint_ops_test.py53 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],
Dsaver.py1631 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/
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/core/util/
Dtensor_slice_reader_test.cc181 const string& checkpoint_file) { in SimpleIntXHelper() argument
182 const string fname_base = io::JoinPath(testing::TmpDir(), checkpoint_file); in SimpleIntXHelper()