/external/tensorflow/tensorflow/core/platform/ |
D | vmodule_test.cc | 46 fprintf(stderr, "VLOG_IS_ON(8)? %d\n", VLOG_IS_ON(8)); in RealMain() 47 fprintf(stderr, "VLOG_IS_ON(7)? %d\n", VLOG_IS_ON(7)); in RealMain() 48 fprintf(stderr, "VLOG_IS_ON(6)? %d\n", VLOG_IS_ON(6)); in RealMain()
|
/external/libbrillo/brillo/ |
D | location_logging.h | 18 VLOG_IS_ON(verbose_level)) 22 DCHECK_IS_ON() && VLOG_IS_ON(verbose_level))
|
/external/tensorflow/tensorflow/compiler/tf2xla/ |
D | functionalize_control_flow.cc | 200 if (VLOG_IS_ON(4)) { in FunctionalizeControlFlowForFunction() 206 if (VLOG_IS_ON(4)) { in FunctionalizeControlFlowForFunction() 234 if (VLOG_IS_ON(4)) { in Run() 279 if (VLOG_IS_ON(4)) { in Run()
|
/external/libchrome/base/ |
D | logging.h | 402 #define VLOG_IS_ON(verboselevel) \ macro 429 LAZY_STREAM(VLOG_STREAM(verbose_level), VLOG_IS_ON(verbose_level)) 433 VLOG_IS_ON(verbose_level) && (condition)) 446 LAZY_STREAM(VPLOG_STREAM(verbose_level), VLOG_IS_ON(verbose_level)) 450 VLOG_IS_ON(verbose_level) && (condition)) 831 #define DVLOG(verboselevel) DVLOG_IF(verboselevel, VLOG_IS_ON(verboselevel)) 833 #define DVPLOG(verboselevel) DVPLOG_IF(verboselevel, VLOG_IS_ON(verboselevel))
|
/external/tensorflow/tensorflow/core/grappler/costs/ |
D | analytical_cost_estimator.cc | 185 if (VLOG_IS_ON(3)) { in PredictCosts() 194 if (VLOG_IS_ON(1)) { in PredictCosts() 195 bool verbose = VLOG_IS_ON(2); in PredictCosts()
|
/external/tensorflow/tensorflow/examples/android/jni/object_tracking/ |
D | logging.h | 92 #define VLOG_IS_ON(lvl) ((lvl) <= LogMessage::MinVLogLevel()) macro 95 if (TF_PREDICT_FALSE(VLOG_IS_ON(lvl))) \
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | placer.cc | 104 if (VLOG_IS_ON(3)) { in Run() 228 if (VLOG_IS_ON(3)) { in Run()
|
D | optimization_registry.cc | 43 if (VLOG_IS_ON(1)) { in RunGrouping()
|
D | hierarchical_tree_broadcaster.cc | 103 if (VLOG_IS_ON(2)) { in InitializeCollectiveParams() 302 if (VLOG_IS_ON(1)) { in RunTree()
|
D | bfc_allocator.cc | 218 bool dump_log_on_failure = VLOG_IS_ON(2); in AllocateRaw() 344 if (VLOG_IS_ON(4)) { in FindChunkPtr() 413 if (VLOG_IS_ON(4)) { in DeallocateRawInternal()
|
/external/tensorflow/tensorflow/core/platform/default/ |
D | logging.h | 100 #define VLOG_IS_ON(lvl) ((lvl) <= 0) macro 107 #define VLOG_IS_ON(lvl) \ macro 117 TF_PREDICT_TRUE(!VLOG_IS_ON(level)) \
|
/external/libchrome/crypto/ |
D | openssl_util.cc | 52 if (DCHECK_IS_ON() && VLOG_IS_ON(1)) { in ClearOpenSSLERRStack()
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | meta_optimizer.cc | 388 if (VLOG_IS_ON(4)) { in OptimizeGraph() 409 if (VLOG_IS_ON(4)) { in OptimizeGraph() 421 if (VLOG_IS_ON(4)) { in OptimizeGraph() 544 if (VLOG_IS_ON(1)) { in Optimize() 655 if (VLOG_IS_ON(1)) { in Optimize()
|
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/ |
D | convert_graph.cc | 178 if (VLOG_IS_ON(5)) { in ConvertGraphDefToTensorRT() 537 if (VLOG_IS_ON(1)) { in CreateTRTNode() 692 if (VLOG_IS_ON(3)) { in RegisterSegmentFunctionToFunctionLibrary() 721 if (VLOG_IS_ON(7)) { in RegisterSegmentFunctionToFunctionLibrary() 877 if (VLOG_IS_ON(8)) { in ConvertAfterShapes() 932 if (VLOG_IS_ON(1)) { in ConvertAfterShapes()
|
/external/libchrome/base/metrics/ |
D | statistics_recorder_unittest.cc | 613 EXPECT_FALSE(VLOG_IS_ON(1)); in TEST_P() 623 EXPECT_FALSE(VLOG_IS_ON(1)); in TEST_P() 626 EXPECT_TRUE(VLOG_IS_ON(1)); in TEST_P() 635 EXPECT_TRUE(VLOG_IS_ON(1)); in TEST_P()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | summary_audio_op_test.cc | 67 if (VLOG_IS_ON(2)) { in CheckAndRemoveEncodedAudio()
|
D | summary_image_op_test.cc | 66 if (VLOG_IS_ON(2)) { in CheckAndRemoveEncodedImages()
|
/external/tensorflow/tensorflow/core/common_runtime/gpu/ |
D | gpu_stream_util.cc | 53 if (VLOG_IS_ON(2)) { in AssignStreams()
|
/external/tensorflow/tensorflow/core/framework/ |
D | log_memory.cc | 25 bool LogMemory::IsEnabled() { return VLOG_IS_ON(1); } in IsEnabled()
|
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/ |
D | grpc_remote_worker.cc | 132 bool logging_active = logger_->LoggingActive() || VLOG_IS_ON(2); in RecvBufAsync() 196 bool logging_active = logger_->LoggingActive() || VLOG_IS_ON(2); in RecvTensorAsync()
|
/external/libbrillo/brillo/http/ |
D | http_connection_curl_unittest.cc | 183 if (VLOG_IS_ON(3)) { in TEST_F() 246 if (VLOG_IS_ON(3)) { in TEST_F()
|
/external/tensorflow/tensorflow/compiler/xla/service/interpreter/ |
D | executable.cc | 57 if (VLOG_IS_ON(2)) { in ExecuteOnStream()
|
/external/tensorflow/tensorflow/compiler/tf2tensorrt/segment/ |
D | segment.cc | 645 if (VLOG_IS_ON(2)) { in SegmentGraph() 671 if (VLOG_IS_ON(1) && !segment_nodes.empty()) { in SegmentGraph() 706 if (VLOG_IS_ON(1)) { in SegmentGraph()
|
/external/tensorflow/tensorflow/c/eager/ |
D | c_api_debug.cc | 74 if (VLOG_IS_ON(3)) { in TFE_TensorHandleTensorDebugInfo()
|
/external/tensorflow/tensorflow/compiler/jit/ |
D | encapsulate_subgraphs_pass.cc | 1126 if (VLOG_IS_ON(1)) { in BuildFunctionDef() 1191 if (VLOG_IS_ON(1)) { in ReplaceFunctionDef() 1555 if (VLOG_IS_ON(1)) { in SplitIntoSubgraphs() 2006 if (VLOG_IS_ON(2)) { in DoStaticShapeInferenceForOutsideCompilationSend() 2254 if (VLOG_IS_ON(2)) { in FindClusterDependencies() 2399 if (VLOG_IS_ON(1)) { in GetShapeInfoForOutsideCompilationSends() 2434 if (VLOG_IS_ON(2)) { in GetShapeInfoForOutsideCompilationSends() 2530 if (VLOG_IS_ON(1)) { in Run() 2671 if (VLOG_IS_ON(1)) { in Run()
|