HomeSort by relevance Sort by last modified time
    Searched full:ckpt (Results 1 - 25 of 67) sorted by null

1 2 3

  /external/tensorflow/tensorflow/python/feature_column/
BUILD 64 "testdata/embedding.ckpt.data-00000-of-00001",
65 "testdata/embedding.ckpt.index",
66 "testdata/embedding.ckpt.meta",
  /external/tensorflow/tensorflow/core/profiler/internal/
BUILD 203 "testdata/ckpt.data-00000-of-00001",
204 "testdata/ckpt.index",
205 "testdata/ckpt.meta",
288 "testdata/ckpt.data-00000-of-00001",
289 "testdata/ckpt.index",
290 "testdata/ckpt.meta",
326 "testdata/ckpt.data-00000-of-00001",
327 "testdata/ckpt.index",
328 "testdata/ckpt.meta",
tfprof_tensor_test.cc 44 "core/profiler/internal/testdata/ckpt");
  /external/tensorflow/tensorflow/contrib/eager/python/
saver_test.py 50 ckpt_prefix = os.path.join(test.get_temp_dir(), 'ckpt')
72 ckpt_prefix = os.path.join(test.get_temp_dir(), 'ckpt')
82 ckpt_prefix = os.path.join(test.get_temp_dir(), 'ckpt')
92 ckpt_prefix = os.path.join(test.get_temp_dir(), 'ckpt')
96 saver = _saver.Saver({'ckpt/v1': v1, 'ckpt/v2': v2})
110 # Can specify which variable in ckpt to restore to which variable.
112 return {'v3': 'ckpt/v1', 'v4': 'ckpt/v2'}.get(x, x)
125 ckpt_prefix = os.path.join(test.get_temp_dir(), 'ckpt')
    [all...]
checkpointable_utils_test.py 391 prefix = os.path.join(self.get_temp_dir(), "ckpt")
437 checkpoint_prefix = os.path.join(checkpoint_directory, "ckpt")
460 checkpoint_prefix = os.path.join(checkpoint_directory, "ckpt")
557 checkpoint_prefix = os.path.join(checkpoint_directory, "ckpt")
588 checkpoint_prefix = os.path.join(checkpoint_directory, "ckpt")
728 os.path.join(checkpoint_directory, "ckpt"), save_root)
751 os.path.join(checkpoint_directory, "ckpt"), save_root)
    [all...]
  /external/tensorflow/tensorflow/compiler/aot/tests/
BUILD 50 "test_graph_tfadd_with_ckpt.ckpt",
52 "test_graph_tfadd_with_ckpt_saver.ckpt",
87 freeze_checkpoint = "test_graph_tfadd_with_ckpt.ckpt",
99 freeze_checkpoint = "test_graph_tfadd_with_ckpt_saver.ckpt",
make_test_graphs.py 57 ckpt = os.path.join(out_dir, 'test_graph_tfadd_with_ckpt.ckpt')
58 saver.save(sess, ckpt)
72 ckpt_file = os.path.join(out_dir, 'test_graph_tfadd_with_ckpt_saver.ckpt')
  /external/tensorflow/tensorflow/contrib/model_pruning/examples/cifar10/
cifar10_eval.py 60 ckpt = tf.train.get_checkpoint_state(FLAGS.checkpoint_dir)
61 if ckpt and ckpt.model_checkpoint_path:
63 saver.restore(sess, ckpt.model_checkpoint_path)
65 # /my-favorite-path/cifar10_train/model.ckpt-0,
67 global_step = ckpt.model_checkpoint_path.split('/')[-1].split('-')[-1]
  /external/tensorflow/tensorflow/core/util/tensor_bundle/
tensor_bundle.h 20 // /fs/model/train/ckpt-step/ckpt
23 // /fs/model/train/ckpt-step/
24 // ckpt.index
25 // ckpt.data-00000-of-00020
26 // ckpt.data-00001-of-00020
28 // ckpt.data-00019-of-00020
38 // BundleReader reader(env, "/fs/model/train/ckpt-step/ckpt");
47 // BundleWriter writer(env, "/fs/model/train/ckpt-step/tmp/worker0-step")
    [all...]
naming.h 29 // const string metadata_file = MetaFilename("/fs/train/ckpt-step");
  /external/f2fs-tools/fsck/
f2fs.h 167 struct f2fs_checkpoint *ckpt; member in struct:f2fs_sb_info
207 return (struct f2fs_checkpoint *)(sbi->ckpt);
245 struct f2fs_checkpoint *ckpt = F2FS_CKPT(sbi); local
249 return le32_to_cpu(ckpt->nat_ver_bitmap_bytesize);
251 return le32_to_cpu(ckpt->sit_ver_bitmap_bytesize);
258 struct f2fs_checkpoint *ckpt = F2FS_CKPT(sbi); local
262 return &ckpt->sit_nat_version_bitmap;
264 return ((char *)ckpt + F2FS_BLKSIZE);
267 le32_to_cpu(ckpt->sit_ver_bitmap_bytesize) : 0;
268 return &ckpt->sit_nat_version_bitmap + offset
    [all...]
mount.c 794 sbi->ckpt = malloc(cp_blks * blk_size);
795 if (!sbi->ckpt)
829 MSG(0, "Info: CKPT version = %llx\n", version);
831 memcpy(sbi->ckpt, cur_page, blk_size);
843 unsigned char *ckpt = (unsigned char *)sbi->ckpt; local
846 memcpy(ckpt + i * blk_size, cur_page, blk_size);
856 free(sbi->ckpt);
857 sbi->ckpt = NULL;
    [all...]
node.c 63 struct f2fs_checkpoint *ckpt = F2FS_CKPT(sbi); local
77 node_blk->footer.cp_ver = ckpt->checkpoint_ver;
  /external/tensorflow/tensorflow/docs_src/get_started/
checkpoints.md 81 model.ckpt-1.data-00000-of-00001
82 model.ckpt-1.index
83 model.ckpt-1.meta
84 model.ckpt-200.data-00000-of-00001
85 model.ckpt-200.index
86 model.ckpt-200.meta
  /external/tensorflow/tensorflow/contrib/rnn/python/tools/
checkpoint_convert.py 23 /tmp/my_checkpoint/model.ckpt.data-00000-of-00001
24 /tmp/my_checkpoint/model.ckpt.index
25 /tmp/my_checkpoint/model.ckpt.meta
30 /tmp/my_checkpoint/model.ckpt /tmp/my_converted_checkpoint/model.ckpt
34 /tmp/my_converted_checkpoint/model.ckpt.data-00000-of-00001
35 /tmp/my_converted_checkpoint/model.ckpt.index
36 /tmp/my_converted_checkpoint/model.ckpt.meta
  /external/tensorflow/tensorflow/tools/api/golden/
tensorflow.train.-checkpoint-saver-hook.pbtxt 8 argspec: "args=[\'self\', \'checkpoint_dir\', \'save_secs\', \'save_steps\', \'saver\', \'checkpoint_basename\', \'scaffold\', \'listeners\'], varargs=None, keywords=None, defaults=[\'None\', \'None\', \'None\', \'model.ckpt\', \'None\', \'None\'], "
tensorflow.train.-supervisor.pbtxt 107 argspec: "args=[\'self\', \'graph\', \'ready_op\', \'ready_for_local_init_op\', \'is_chief\', \'init_op\', \'init_feed_dict\', \'local_init_op\', \'logdir\', \'summary_op\', \'saver\', \'global_step\', \'save_summaries_secs\', \'save_model_secs\', \'recovery_wait_secs\', \'stop_grace_secs\', \'checkpoint_basename\', \'session_manager\', \'summary_writer\', \'init_fn\'], varargs=None, keywords=None, defaults=[\'None\', \'0\', \'0\', \'True\', \'0\', \'None\', \'0\', \'None\', \'0\', \'0\', \'0\', \'120\', \'600\', \'30\', \'120\', \'model.ckpt\', \'None\', \'0\', \'None\'], "
  /external/tensorflow/tensorflow/python/training/
saver_test.py 183 ckpt_prefix = os.path.join(self.get_temp_dir(), "ckpt")
    [all...]
checkpoint_utils.py 131 # Say, '/tmp/model.ckpt' has the following tensors:
149 init_from_checkpoint('/tmp/model.ckpt', {'old_scope_1/', 'new_scope_1'})
152 init_from_checkpoint('/tmp/model.ckpt',
157 init_from_checkpoint('/tmp/model.ckpt',
162 init_from_checkpoint('/tmp/model.ckpt',
166 init_from_checkpoint('/tmp/model.ckpt',
saver.py 239 # of a V2 checkpoint: e.g. "/fs/train/ckpt-<step>/tmp/worker<i>-<step>".
    [all...]
  /external/tensorflow/tensorflow/c/
checkpoint_reader.cc 38 // Depending on whether this is a V2 ckpt, initializes "reader_" or
44 new BundleReader(Env::Default(), filename /* prefix to a V2 ckpt */));
  /external/tensorflow/tensorflow/contrib/learn/python/learn/
monitors_test.py 347 mock_latest_checkpoint.return_value = '%s/ckpt' % model_dir
366 mock_latest_checkpoint.return_value = '%s/ckpt' % model_dir
398 mock_latest_checkpoint.return_value = '%s/ckpt.%s' % (model_dir, step)
421 mock_latest_checkpoint.return_value = '%s/ckpt.%s' % (model_dir, step)
434 mock_latest_checkpoint.return_value = '%s/ckpt.%s' % (model_dir, step)
447 mock_latest_checkpoint.return_value = '%s/ckpt.%s' % (model_dir, step)
483 mock_latest_checkpoint.return_value = '%s/ckpt.%s' % (model_dir, step)
516 mock_latest_checkpoint.return_value = '%s/ckpt.%s' % (model_dir, step)
    [all...]
  /external/tensorflow/tensorflow/contrib/learn/python/learn/utils/
gc.py 25 /tmp/train-1.ckpt
26 /tmp/train-2.ckpt
  /external/tensorflow/tensorflow/contrib/session_bundle/
gc.py 25 /tmp/train-1.ckpt
26 /tmp/train-2.ckpt
  /external/tensorflow/tensorflow/docs_src/api_guides/python/
regression_examples.md 96 INFO:tensorflow:Saving checkpoints for 1 into /tmp/tmpAObiz9/model.ckpt.
105 INFO:tensorflow:Saving checkpoints for 1000 into /tmp/tmpAObiz9/model.ckpt.

Completed in 1203 milliseconds

1 2 3