Home
last modified time | relevance | path

Searched refs:kVerbose (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/lib/io/
Dtable_test.cc317 static const bool kVerbose = false; in TestRandomAccess() local
321 if (kVerbose) fprintf(stderr, "---\n"); in TestRandomAccess()
327 if (kVerbose) fprintf(stderr, "Next\n"); in TestRandomAccess()
337 if (kVerbose) fprintf(stderr, "SeekToFirst\n"); in TestRandomAccess()
348 if (kVerbose) in TestRandomAccess()
/external/v8/src/compiler/
Doperator.h61 enum class PrintVerbosity { kVerbose, kSilent }; in NON_EXPORTED_BASE() enumerator
127 PrintVerbosity verbose = PrintVerbosity::kVerbose) const { in NON_EXPORTED_BASE()
Dgraph-visualizer.cc139 node->op()->PrintTo(title, Operator::PrintVerbosity::kVerbose); in PrintNode()
Dsimplified-operator.cc135 if (verbose == PrintVerbosity::kVerbose) { in PrintParameter()