HomeSort by relevance Sort by last modified time
    Searched refs:already_exists (Results 1 - 5 of 5) sorted by null

  /external/zopfli/src/zopflipng/
zopflipng_bin.cc 341 bool already_exists = true; local
342 if (origoutfilesize == 0) already_exists = false;
349 bool keep_earlier_output_file = already_exists &&
363 if (!yes && !dryrun && already_exists) {
  /external/tensorflow/tensorflow/core/grappler/optimizers/
arithmetic_optimizer.cc 177 bool already_exists = false; local
180 already_exists = true;
184 if (!already_exists) {
190 return !already_exists;
    [all...]
constant_folding.cc 136 bool already_exists = false; local
139 already_exists = true;
143 if (!already_exists) {
149 return !already_exists;
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
system_error.h 890 already_exists = 183 // ERROR_ALREADY_EXISTS enumerator in enum:llvm::windows_error::_
  /external/tensorflow/tensorflow/core/graph/
graph_constructor.cc 346 bool already_exists = !existing_nodes_.insert({n->name(), n}).second; local
347 if (already_exists) {
    [all...]

Completed in 86 milliseconds