HomeSort by relevance Sort by last modified time
    Searched refs:VLOG_IS_ON (Results 26 - 50 of 101) sorted by null

12 3 4 5

  /external/tensorflow/tensorflow/compiler/xla/service/gpu/
buffer_allocations.cc 101 if (VLOG_IS_ON(2)) {
gpu_compiler.cc 437 if (VLOG_IS_ON(2)) {
554 if (VLOG_IS_ON(2) || embed_ir_in_executable) {
  /frameworks/ml/nn/driver/sample/
SampleDriver.cpp 71 if (VLOG_IS_ON(DRIVER)) {
  /external/tensorflow/tensorflow/core/common_runtime/
bfc_allocator.cc 211 bool dump_log_on_failure = VLOG_IS_ON(2);
328 if (VLOG_IS_ON(4)) {
393 if (VLOG_IS_ON(4)) {
  /external/libbrillo/brillo/http/
http_connection_curl_unittest.cc 183 if (VLOG_IS_ON(3)) {
246 if (VLOG_IS_ON(3)) {
http_connection_curl.cc 91 if (VLOG_IS_ON(3)) {
  /external/libchrome/base/
logging_unittest.cc 80 EXPECT_TRUE(VLOG_IS_ON(0));
146 EXPECT_FALSE(VLOG_IS_ON(1));
  /external/tensorflow/tensorflow/compiler/jit/kernels/
xla_launch_op.cc 326 if (VLOG_IS_ON(2)) {
367 if (VLOG_IS_ON(3)) {
  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
cpu_executable.cc 166 if (VLOG_IS_ON(3)) {
209 if (!VLOG_IS_ON(3)) {
compiler_functor.cc 169 if (VLOG_IS_ON(2)) {
  /art/runtime/gc/collector/
garbage_collector.cc 25 #include "base/logging.h" // For VLOG_IS_ON.
44 : duration_ns_(0), timings_("GC iteration timing logger", true, VLOG_IS_ON(heap)) {
  /art/runtime/jdwp/
jdwp_adb.cc 286 if (VLOG_IS_ON(jdwp)) {
jdwp_event.cc 937 if (VLOG_IS_ON(jdwp)) {
    [all...]
jdwp_socket.cc 235 if (VLOG_IS_ON(jdwp)) {
  /external/tensorflow/tensorflow/compiler/xla/service/
computation_tracker.cc 202 if (VLOG_IS_ON(2)) {
  /external/tensorflow/tensorflow/contrib/gdr/
gdr_memory_manager.cc 462 if (VLOG_IS_ON(2)) {
495 if (VLOG_IS_ON(2)) {
597 if (VLOG_IS_ON(2)) {
632 if (VLOG_IS_ON(2)) {
  /external/tensorflow/tensorflow/contrib/lite/toco/
tensorflow_util.cc 42 if (!VLOG_IS_ON(log_level)) {
  /external/tensorflow/tensorflow/contrib/tensorrt/segment/
segment.cc 229 if (VLOG_IS_ON(1)) {
  /external/tensorflow/tensorflow/core/distributed_runtime/rpc/
grpc_remote_worker.cc 121 bool logging_active = logger_->LoggingActive() || VLOG_IS_ON(2);
  /external/tensorflow/tensorflow/core/framework/
op.cc 86 if (VLOG_IS_ON(3)) {
  /frameworks/ml/nn/runtime/
ExecutionPlan.cpp 351 if (VLOG_IS_ON(COMPILATION)) {
439 if (VLOG_IS_ON(COMPILATION)) {
546 if (VLOG_IS_ON(EXECUTION) && (subModelInputsAndOutputs != nullptr)) {
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/
util.h 63 // XLA_SCOPED_LOGGING_TIMER("fooing bar"); // nop if !VLOG_IS_ON(1).
67 // XLA_SCOPED_LOGGING_TIMER_LEVEL("fooing bar", 2); // nop if !VLOG_IS_ON(2)
83 label, VLOG_IS_ON(level))
87 // the timer a name or worry about calling VLOG_IS_ON yourself.
90 // file's VLOG_IS_ON value.
490 if (VLOG_IS_ON(LEVEL)) XLA_LOG_LINES(::tensorflow::INFO, STRING); \
  /external/tensorflow/tensorflow/core/platform/default/
device_tracer.cc 496 if (VLOG_IS_ON(2)) {
508 if (VLOG_IS_ON(2)) {
  /art/runtime/
fault_handler.cc 211 if (VLOG_IS_ON(signals)) {
  /external/tensorflow/tensorflow/compiler/jit/
xla_compilation_cache.cc 243 if (VLOG_IS_ON(2)) {

Completed in 1281 milliseconds

12 3 4 5