Home
last modified time | relevance | path

Searched refs:VLOG_IS_ON (Results 1 – 25 of 90) sorted by relevance

1234

/external/tensorflow/tensorflow/core/platform/
Dvmodule_test.cc46 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/
Dlocation_logging.h18 VLOG_IS_ON(verbose_level))
22 DCHECK_IS_ON() && VLOG_IS_ON(verbose_level))
/external/tensorflow/tensorflow/compiler/tf2xla/
Dfunctionalize_control_flow.cc200 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/
Dlogging.h402 #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/
Danalytical_cost_estimator.cc185 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/
Dlogging.h92 #define VLOG_IS_ON(lvl) ((lvl) <= LogMessage::MinVLogLevel()) macro
95 if (TF_PREDICT_FALSE(VLOG_IS_ON(lvl))) \
/external/tensorflow/tensorflow/core/common_runtime/
Dplacer.cc104 if (VLOG_IS_ON(3)) { in Run()
228 if (VLOG_IS_ON(3)) { in Run()
Doptimization_registry.cc43 if (VLOG_IS_ON(1)) { in RunGrouping()
Dhierarchical_tree_broadcaster.cc103 if (VLOG_IS_ON(2)) { in InitializeCollectiveParams()
302 if (VLOG_IS_ON(1)) { in RunTree()
Dbfc_allocator.cc218 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/
Dlogging.h100 #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/
Dopenssl_util.cc52 if (DCHECK_IS_ON() && VLOG_IS_ON(1)) { in ClearOpenSSLERRStack()
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dmeta_optimizer.cc388 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/
Dconvert_graph.cc178 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/
Dstatistics_recorder_unittest.cc613 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/
Dsummary_audio_op_test.cc67 if (VLOG_IS_ON(2)) { in CheckAndRemoveEncodedAudio()
Dsummary_image_op_test.cc66 if (VLOG_IS_ON(2)) { in CheckAndRemoveEncodedImages()
/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_stream_util.cc53 if (VLOG_IS_ON(2)) { in AssignStreams()
/external/tensorflow/tensorflow/core/framework/
Dlog_memory.cc25 bool LogMemory::IsEnabled() { return VLOG_IS_ON(1); } in IsEnabled()
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_remote_worker.cc132 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/
Dhttp_connection_curl_unittest.cc183 if (VLOG_IS_ON(3)) { in TEST_F()
246 if (VLOG_IS_ON(3)) { in TEST_F()
/external/tensorflow/tensorflow/compiler/xla/service/interpreter/
Dexecutable.cc57 if (VLOG_IS_ON(2)) { in ExecuteOnStream()
/external/tensorflow/tensorflow/compiler/tf2tensorrt/segment/
Dsegment.cc645 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/
Dc_api_debug.cc74 if (VLOG_IS_ON(3)) { in TFE_TensorHandleTensorDebugInfo()
/external/tensorflow/tensorflow/compiler/jit/
Dencapsulate_subgraphs_pass.cc1126 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()

1234