HomeSort by relevance Sort by last modified time
    Searched refs:checkpoint (Results 51 - 75 of 147) sorted by null

1 23 4 5 6

  /external/tensorflow/tensorflow/core/util/
tensor_slice_set.cc 26 namespace checkpoint { namespace in namespace:tensorflow
200 } // namespace checkpoint
tensor_slice_set_test.cc 26 namespace checkpoint { namespace in namespace:tensorflow
253 } // namespace checkpoint
tensor_slice_writer.cc 32 namespace checkpoint { namespace in namespace:tensorflow
56 s = errors::Internal("Error writing (tmp) checkpoint file: ", name_, ": ",
197 } // namespace checkpoint
tensor_slice_writer.h 41 namespace checkpoint { namespace in namespace:tensorflow
191 } // namespace checkpoint
saved_tensor_slice_util.h 30 namespace checkpoint { namespace in namespace:tensorflow
32 // The key for the metadata in the tensor slice checkpoint files. It is "" so
33 // that the metadata is always at the beginning of a checkpoint file.
208 } // namespace checkpoint
  /frameworks/base/core/java/android/metrics/
MetricsReader.java 62 * A call to {@link #checkpoint()} will cause the session to contain
112 public void checkpoint() { method in class:MetricsReader
113 // write a checkpoint into the log stream
  /packages/apps/Settings/tests/uitests/src/com/android/settings/ui/
BluetoothNetworkSettingsTests.java 57 mMetricsReader.checkpoint();
AccessibilitySettingsTests.java 56 mMetricsReader.checkpoint();
  /platform_testing/tests/functional/notificationtests/src/com/android/notification/functional/
NotificationInteractionTests.java 88 mMetricsReader.checkpoint(); // clear out old logs
200 mMetricsReader.checkpoint(); // clear out old logs again
256 mMetricsReader.checkpoint(); // clear out old logs again
269 mMetricsReader.checkpoint(); // clear out old logs again\
  /external/tensorflow/tensorflow/core/profiler/
profiler.cc 108 "TensorFlow Checkpoint file name"),
187 std::unique_ptr<checkpoint::CheckpointReader> ckpt_reader;
191 new checkpoint::CheckpointReader(FLAGS_checkpoint_path, status));
  /external/tensorflow/tensorflow/python/estimator/canned/
dnn.py 229 # Or estimator with warm-starting from a previous checkpoint.
233 warm_start_from="/path/to/checkpoint/dir")
322 warm_start_from: A string filepath to a checkpoint to warm-start from, or
390 # Or estimator with warm-starting from a previous checkpoint.
394 warm_start_from="/path/to/checkpoint/dir")
476 warm_start_from: A string filepath to a checkpoint to warm-start from, or
dnn_linear_combined.py 259 warm_start_from="/path/to/checkpoint/dir")
357 warm_start_from: A string filepath to a checkpoint to warm-start from, or
440 warm_start_from="/path/to/checkpoint/dir")
531 warm_start_from: A string filepath to a checkpoint to warm-start from, or
  /external/tensorflow/tensorflow/contrib/eager/python/
network_test.py 78 # Either the returned explicit checkpoint path or the directory should work.
294 checkpoint = network.save_network_checkpoint(save_from, self.get_temp_dir())
297 network.restore_network_checkpoint(save_into_parent.first, checkpoint)
299 network.restore_network_checkpoint(save_into_parent.first, checkpoint)
309 network.restore_network_checkpoint(save_into_parent.first, checkpoint)
318 network.restore_network_checkpoint(save_into_parent.second, checkpoint)
321 "not found in checkpoint"):
322 # The checkpoint is incompatible.
323 network.restore_network_checkpoint(save_into_parent, checkpoint)
349 checkpoint = network.save_network_checkpoint
    [all...]
  /external/pdfium/third_party/libtiff/
tif_lzw.c 891 long incount, outcount, checkpoint; local
909 checkpoint = sp->enc_checkpoint;
1003 } else if (incount >= checkpoint) {
1011 checkpoint = incount+CHECK_GAP;
1035 sp->enc_checkpoint = checkpoint;
    [all...]
  /art/runtime/
cha.cc 679 CHACheckpoint checkpoint(dependent_method_headers);
680 size_t threads_running_checkpoint = runtime->GetThreadList()->RunCheckpoint(&checkpoint);
682 checkpoint.WaitForThreadsToRunThroughCheckpoint(threads_running_checkpoint);
  /external/tensorflow/tensorflow/core/ops/
io_ops.cc 118 TF_RETURN_IF_ERROR(checkpoint::ParseShapeAndSlice(
232 TF_RETURN_IF_ERROR(checkpoint::ParseShapeAndSlice(
  /external/tensorflow/tensorflow/core/profiler/internal/
tfprof_stats.cc 52 std::unique_ptr<checkpoint::CheckpointReader> ckpt_reader)
76 std::unique_ptr<checkpoint::CheckpointReader> ckpt_reader)
print_model_analysis.cc 194 // TODO(xpan): Maybe need to init the checkpoint reader?
195 std::unique_ptr<checkpoint::CheckpointReader> ckpt_reader;
  /external/tensorflow/tensorflow/contrib/timeseries/python/timeseries/
state_management.py 126 checkpoint size if `checkpoint_state` is enabled, but models
153 checkpoint=self._checkpoint_state)
  /external/tensorflow/tensorflow/core/kernels/
ops_testutil.h 177 checkpoint::TensorSliceReaderCacheWrapper slice_reader_cache_wrapper;
  /external/valgrind/coregrind/m_demangle/
d-demangle.c 1388 int checkpoint = 0; local
1401 checkpoint = string_length (decl);
1422 if (mangled == NULL && checkpoint != 0)
    [all...]
cp-demangle.c 327 /* Checkpoint structure to allow backtracking. This holds copies
2502 struct d_info_checkpoint checkpoint; local
    [all...]
  /external/vixl/src/
pool-manager.h 467 // Helper function for calculating the checkpoint.
478 // Helper function used in the checkpoint calculation. 'checkpoint' is the
479 // current checkpoint, which is modified to take 'object' into account. The
480 // new checkpoint is returned.
481 static T UpdateCheckpointForObject(T checkpoint, const PoolObject<T>* object);
537 // The current checkpoint. This is the latest location at which the pool
  /platform_testing/tests/functional/systemmetrics/src/com/android/systemmetrics/functional/
AppStartTests.java 76 mMetricsReader.checkpoint(); // clear out old logs
  /toolchain/binutils/binutils-2.27/libiberty/
d-demangle.c 1372 int checkpoint = 0; local
1385 checkpoint = string_length (decl);
1406 if (mangled == NULL && checkpoint != 0)
1409 string_setlength (decl, checkpoint);
    [all...]

Completed in 846 milliseconds

1 23 4 5 6