Home
last modified time | relevance | path

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

123456

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dbridge.cc62 if (enable_logging || VLOG_IS_ON(1)) { in RunTPUBridge()
64 if (VLOG_IS_ON(2)) EnableLogging(&bridge); in RunTPUBridge()
78 if (enable_logging || VLOG_IS_ON(1)) in RunTPUBridge()
171 if (enable_logging || VLOG_IS_ON(1)) { in RunBridgeWithStandardPipeline()
173 if (VLOG_IS_ON(2)) EnableLogging(&bridge); in RunBridgeWithStandardPipeline()
182 if (enable_logging || VLOG_IS_ON(1)) in RunBridgeWithStandardPipeline()
/external/tensorflow/tensorflow/core/platform/
Dvmodule_test.cc53 fprintf(stderr, "VLOG_IS_ON(8)? %d\n", VLOG_IS_ON(8)); in RealMain()
54 fprintf(stderr, "VLOG_IS_ON(7)? %d\n", VLOG_IS_ON(7)); in RealMain()
55 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/core/common_runtime/
Disolate_placer_inspection_required_ops_pass.cc37 if (VLOG_IS_ON(3)) { in Run()
45 if (VLOG_IS_ON(3) && status.ok()) { in Run()
Dsimple_propagator_state.h143 if (TF_PREDICT_FALSE(vlog_) && VLOG_IS_ON(1)) { in MaybeMarkStarted()
151 if (TF_PREDICT_FALSE(vlog_) && VLOG_IS_ON(1)) { in MaybeMarkCompleted()
Dplacer.cc163 if (VLOG_IS_ON(3)) { in Run()
166 if (VLOG_IS_ON(5)) { in Run()
290 if (VLOG_IS_ON(3)) { in Run()
Doptimization_registry.cc50 if (VLOG_IS_ON(1)) { in RunGrouping()
/external/tensorflow/tensorflow/compiler/tf2xla/
Dfunctionalize_control_flow.cc243 if (VLOG_IS_ON(4)) { in FunctionalizeControlFlowForFunction()
249 if (VLOG_IS_ON(4)) { in FunctionalizeControlFlowForFunction()
329 if (VLOG_IS_ON(4)) { in Run()
380 if (VLOG_IS_ON(4)) { in Run()
388 if (VLOG_IS_ON(4)) { in Run()
Dmlir_bridge_pass.cc136 mlir::TFTPU::TPUBridge(module, /*enable_logging=*/VLOG_IS_ON(1))); in Run()
180 mlir::TFTPU::TPUBridgeV1Compat(module, /*enable_logging=*/VLOG_IS_ON(1))); in Run()
/external/tensorflow/tensorflow/compiler/mlir/
Dmlir_graph_optimization_pass.cc226 if (VLOG_IS_ON(1)) { in Run()
275 if (VLOG_IS_ON(1)) { in Run()
369 if (VLOG_IS_ON(1)) { in Run()
375 if (VLOG_IS_ON(1)) { in Run()
/external/tensorflow/tensorflow/tools/android/test/jni/object_tracking/
Dlogging.h92 #define VLOG_IS_ON(lvl) ((lvl) <= LogMessage::MinVLogLevel()) macro
95 if (TF_PREDICT_FALSE(VLOG_IS_ON(lvl))) \
/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/compiler/mlir/tensorflow/utils/
Dcompile_mlir_util.cc349 if (VLOG_IS_ON(1)) in LegalizeToHlo()
351 if (VLOG_IS_ON(2)) { in LegalizeToHlo()
369 if (VLOG_IS_ON(1)) in LegalizeToHlo()
412 if (VLOG_IS_ON(2)) in CompileMlirSetup()
428 if (VLOG_IS_ON(2)) in BuildHloFromTf()
440 if (VLOG_IS_ON(2)) in BuildHloFromTf()
606 if (VLOG_IS_ON(1)) in CompileGraphSetup()
610 if (VLOG_IS_ON(1)) in CompileGraphSetup()
Derror_util.cc67 if (diag->getSeverity() != DiagnosticSeverity::Error && VLOG_IS_ON(1)) in handler()
/external/tensorflow/tensorflow/core/grappler/costs/
Danalytical_cost_estimator.cc213 if (VLOG_IS_ON(3)) { in PredictCosts()
226 if (VLOG_IS_ON(1)) { in PredictCosts()
227 bool verbose = VLOG_IS_ON(2); in PredictCosts()
/external/tensorflow/tensorflow/core/tpu/graph_rewrite/
Ddistributed_tpu_configuration_rewrite_pass.cc248 if (VLOG_IS_ON(1)) { in Run()
345 if (VLOG_IS_ON(1)) { in Run()
360 if (VLOG_IS_ON(1)) { in Run()
394 if (VLOG_IS_ON(1)) { in Run()
/external/tensorflow/tensorflow/core/data/service/
Djournal.cc83 if (VLOG_IS_ON(4)) { in Write()
121 if (VLOG_IS_ON(4)) { in Read()
/external/tensorflow/tensorflow/stream_executor/gpu/
Dasm_compiler.cc234 if (VLOG_IS_ON(2)) { in CompileGpuAsm()
242 if (VLOG_IS_ON(3)) { in CompileGpuAsm()
332 if (VLOG_IS_ON(3)) { in BundleGpuAsm()
425 if (VLOG_IS_ON(3)) { in BundleGpuAsm()
/external/libchrome/crypto/
Dopenssl_util.cc52 if (DCHECK_IS_ON() && VLOG_IS_ON(1)) { in ClearOpenSSLERRStack()
/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/platform/default/
Dlogging.h118 #define VLOG_IS_ON(lvl) ((lvl) <= 0) macro
125 #define VLOG_IS_ON(lvl) \ macro
135 TF_PREDICT_TRUE(!VLOG_IS_ON(level)) \
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/translate/
Dmlir_roundtrip_pass.cc46 if (VLOG_IS_ON(1)) module->dump(); in Import()
/external/tensorflow/tensorflow/core/kernels/
Dsummary_image_op_test.cc66 if (VLOG_IS_ON(2)) { in CheckAndRemoveEncodedImages()
Dsummary_audio_op_test.cc67 if (VLOG_IS_ON(2)) { in CheckAndRemoveEncodedAudio()
/external/tensorflow/tensorflow/core/framework/
Dlog_memory.cc24 bool LogMemory::IsEnabled() { return VLOG_IS_ON(2); } in IsEnabled()

123456