HomeSort by relevance Sort by last modified time
    Searched refs:Exists (Results 76 - 100 of 194) sorted by null

1 2 34 5 6 7 8

  /build/kati/
exec.cc 79 if (Exists(d->output.str())) {
  /external/chromium-trace/catapult/common/bin/
update_chrome_reference_binaries 141 if not cloud_storage.Exists(CHROME_GS_BUCKET, remote_path):
147 if not os.path.exists(reference_builds_folder):
  /external/skia/experimental/xps_to_png/
xps_to_png.cs 93 } else if (System.IO.File.Exists(arg)) {
  /external/skqp/experimental/xps_to_png/
xps_to_png.cs 93 } else if (System.IO.File.Exists(arg)) {
  /external/tensorflow/tensorflow/contrib/learn/python/learn/utils/
saved_model_export_utils.py 276 # directory already exists because another worker is also writing exports.
307 if not gfile.Exists(export_dir):
314 logging.warn('Export directory {} already exists; retrying (attempt {}/{})'.
751 if gfile.Exists(tmp_base_export_dir):
759 if gfile.Exists(tmp_post_export_dir):
    [all...]
export_test.py 69 self.assertTrue(gfile.Exists(export_dir))
243 self.assertTrue(gfile.Exists(export_dir))
  /external/tensorflow/tensorflow/contrib/model_pruning/examples/cifar10/
cifar10_eval.py 138 if tf.gfile.Exists(FLAGS.eval_dir):
cifar10_train.py 129 if tf.gfile.Exists(FLAGS.train_dir):
  /external/tensorflow/tensorflow/contrib/slim/python/slim/
summaries_test.py 37 if gfile.Exists(output_dir):
  /external/tensorflow/tensorflow/contrib/tensorboard/plugins/trace/
trace.py 94 # Make sure the directory for the output file exists.
97 if not gfile.Exists(output_dir):
  /external/tensorflow/tensorflow/contrib/training/python/training/
evaluation_test.py 64 if not gfile.Exists(checkpoint_dir):
83 if not gfile.Exists(checkpoint_dir):
329 if not gfile.Exists(checkpoint_dir):
453 if gfile.Exists(logdir):
  /external/tensorflow/tensorflow/core/grappler/
utils.h 84 bool Exists(const T& value) const { return set_.find(value) != set_.end(); }
  /external/tensorflow/tensorflow/python/debug/cli/
cli_config.py 44 if gfile.Exists(self._config_file_path):
  /system/update_engine/common/
fake_prefs.cc 91 bool FakePrefs::Exists(const string& key) const {
prefs.h 49 // Returns whether the key named |key| exists.
70 bool Exists(const std::string& key) const override;
  /system/update_engine/
connection_manager.cc 89 if (!prefs || !prefs->Exists(kPrefsUpdateOverCellularPermission)) {
payload_state.cc 844 if (prefs_->Exists(kPrefsCurrentResponseSignature) &&
    [all...]
  /test/vts/utils/python/precondition/
precondition_utils.py 94 if not target_file_utils.Exists(path_prefix, shell):
  /test/vts-testcase/vndk/files/
VtsVndkFilesTest.py 65 if not target_file_utils.Exists(dir_path, self._shell):
  /art/libartbase/base/
variant_map.h 243 if (Exists(key)) {
278 bool Exists(const TKey<TValue>& key) const {
  /external/tensorflow/tensorflow/contrib/session_bundle/
exporter.py 66 if gfile.Exists(new_path):
275 if gfile.Exists(export_dir):
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/types/
utils.go 14 // Initialized by frontend. Exists only here.
  /prebuilts/go/linux-x86/src/cmd/compile/internal/types/
utils.go 14 // Initialized by frontend. Exists only here.
  /art/runtime/jit/
jit.cc 78 options.Exists(RuntimeArgumentMap::DumpJITInfoOnShutdown);
82 if (options.Exists(RuntimeArgumentMap::JITCompileThreshold)) {
96 if (options.Exists(RuntimeArgumentMap::JITWarmupThreshold)) {
105 if (options.Exists(RuntimeArgumentMap::JITOsrThreshold)) {
117 if (options.Exists(RuntimeArgumentMap::JITPriorityThreadWeight)) {
131 if (options.Exists(RuntimeArgumentMap::JITInvokeTransitionWeight)) {
  /external/tensorflow/tensorflow/python/estimator/
estimator_test.py     [all...]

Completed in 1127 milliseconds

1 2 34 5 6 7 8