HomeSort by relevance Sort by last modified time
    Searched refs:VLOG (Results 276 - 300 of 584) sorted by null

<<11121314151617181920>>

  /external/tensorflow/tensorflow/compiler/xla/tests/
while_test.cc 233 VLOG(2) << "while = " << ShapeUtil::HumanString(
286 VLOG(2) << "while = " << ShapeUtil::HumanString(
345 VLOG(2) << "while = "
356 VLOG(2) << "expected = " << ShapeUtil::HumanString(expected->shape());
399 VLOG(2) << "result = "
409 VLOG(2) << "expected = " << ShapeUtil::HumanString(expected->shape());
456 VLOG(2) << "result = "
507 VLOG(2) << "while = " << ShapeUtil::HumanString(
515 VLOG(2) << "expected = " << ShapeUtil::HumanString(expected->shape());
555 VLOG(2) << "while =
    [all...]
  /external/tensorflow/tensorflow/core/kernels/
xsmm_conv2d.cc 55 VLOG(1) << "Cannot use XSMM convolutions: unsupported architecture!";
60 VLOG(1) << "Cannot use XSMM convolutions: unsupported format!";
64 VLOG(1) << "Cannot use XSMM convolutions: output features count not"
68 VLOG(2) << "Can use XSMM convolutions.";
78 VLOG(0) << msg << " failed: " << libxsmm_dnn_get_error(status);
  /system/bt/bta/gatt/
bta_gattc_utils.cc 132 VLOG(1) << __func__ << ": found clcb:" << +i_clcb << " available";
346 VLOG(1) << "Notification registered!";
524 VLOG(1) << __func__ << ": found conn_track:" << +i_conn << " available";
550 VLOG(1) << __func__ << ": found conn_track:" << +i_conn << " matched";
653 VLOG(1) << " disconnection ID:" << +p_msg->int_conn.hdr.layer_specific
bta_gattc_cache.cc 166 VLOG(1) << "Add a service into GATT DB";
183 VLOG(1) << __func__
214 VLOG(1) << __func__ << ": add descriptor, handle=" << loghex(handle)
248 VLOG(1) << __func__ << ": add included service, handle=" << loghex(handle)
293 VLOG(1) << "starting discover characteristics descriptor";
327 VLOG(1) << "Start service discovery";
423 VLOG(1) << "Found ATT service uuid=" << service_uuid
614 VLOG(1) << __func__ << "found service " << service.uuid
813 VLOG(1) << __func__
    [all...]
  /system/bt/stack/srvc/
srvc_dis.cc 158 VLOG(1) << "GATT_UUID_MANU_NAME len=0x" << std::hex
262 VLOG(1) << __func__
273 VLOG(1) << "DIS_ATTR_SYS_ID_BIT";
373 VLOG(1) << StringPrintf("%s: handle of new attribute 0x%04x = %d",
447 VLOG(1) << __func__ << " BDA: " << peer_bda
  /art/runtime/jit/
profile_saver.cc 28 #include "base/logging.h" // For VLOG.
459 VLOG(profiler) << "Added " << classes.size() << " classes for location "
464 VLOG(profiler) << "Location not found " << base_location
473 VLOG(profiler) << "Profile saver recorded " << hot_methods.NumReferences() << " hot methods and "
554 VLOG(profiler) << "Not enough information to save to: " << filename
617 VLOG(profiler) << "Profile saver shutdown";
634 VLOG(profiler) << "Asked to profile a location without an oat file:" << location;
639 VLOG(profiler)
677 VLOG(profiler) << "Registering boot dex file " << location;
690 VLOG(profiler) << "No code paths should be profiled."
    [all...]
jit.cc 23 #include "base/logging.h" // For VLOG.
198 VLOG(jit) << "JIT created with initial_capacity="
262 VLOG(jit) << "Calling JitLoad interpreter_only="
281 VLOG(jit) << "JIT not compiling " << method->PrettyMethod()
290 VLOG(jit) << "JIT not compiling " << method->PrettyMethod() << " due to deoptimization";
301 VLOG(jit) << "Compiling method "
307 VLOG(jit) << "Failed to compile method "
558 VLOG(jit) << "Jumping to "
581 VLOG(jit) << "Done running OSR code for " << method_name;
625 VLOG(jit) << "Start profiling " << ArtMethod::PrettyMethod(method_)
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
cpu_compiler.cc 358 VLOG(2) << "backend_optimization_level: "
442 VLOG(2) << "Before optimization:";
447 VLOG(2) << "After optimization:";
460 VLOG(1) << "Compiling: " << module->name();
526 VLOG(1) << "Using parallel cpu backend";
631 VLOG(1) << "Using sequential cpu backend";
711 VLOG(1) << "Compilation finished";
    [all...]
  /frameworks/base/cmds/statsd/src/metrics/
DurationMetricProducer.cpp 134 VLOG("metric %lld created. bucket size %lld start_time: %lld", (long long)metric.id(),
139 VLOG("~DurationMetric() called");
342 VLOG("Metric %lld onSlicedConditionMayChange", (long long)mMetricId);
434 VLOG("Metric %lld onConditionChanged", (long long)mMetricId);
466 VLOG(" Duration metric, empty return");
491 VLOG("Duration metric %lld dump report now...", (long long)mMetricId);
495 VLOG(" dimension key %s", dimensionKey.toString().c_str());
538 VLOG("\t bucket [%lld - %lld] duration: %lld", (long long)bucket.mBucketStartNs,
555 VLOG("flushing...........");
560 VLOG("erase bucket for key %s %s"
    [all...]
  /system/bt/stack/gatt/
gatt_cl.cc 171 VLOG(1) << __func__ << ": first_read_blob_after_read="
278 VLOG(1) << __func__;
303 VLOG(1) << __func__;
333 VLOG(1) << __func__ << StringPrintf(" type=0x%x", type);
347 VLOG(1) << StringPrintf("offset =0x%x len=%d", offset, to_send);
378 VLOG(1) << __func__;
476 VLOG(1) << __func__
486 VLOG(1) << "Discovery completed";
514 VLOG(1) << __func__;
621 VLOG(1) << __func__
    [all...]
  /art/runtime/
debugger.cc 350 VLOG(jdwp) << "Debugger thread not active, ignoring DDM send: " << type;
408 VLOG(jdwp) << "Hit breakpoint #" << i << ": " << gBreakpoints[i];
609 VLOG(jdwp) << "Sending heap info to DDM";
614 VLOG(jdwp) << "Dumping heap to DDM";
619 VLOG(jdwp) << "Dumping native heap to DDM";
646 VLOG(jdwp) << "JDWP has attached";
    [all...]
java_vm_ext.cc 122 VLOG(jni) << "[" << *self << " waiting for \"" << path_ << "\" " << "JNI_OnLoad...]";
127 VLOG(jni) << "[Earlier JNI_OnLoad for \"" << path_ << "\" "
301 VLOG(jni) << "[Found native code for " << jni_long_name
337 VLOG(jni) << "[No JNI_OnUnload found in \"" << library->GetPath() << "\"]";
339 VLOG(jni) << "[JNI_OnUnload found for \"" << library->GetPath() << "\"]: Calling...";
    [all...]
  /art/runtime/verifier/
register_line.cc 343 VLOG(verifier) << "monitor-enter stack overflow while verifying "
358 VLOG(verifier) << "unexpected monitor-enter on register v" << reg_idx << " in "
372 VLOG(verifier) << "monitor-exit stack underflow while verifying "
392 VLOG(verifier) << "monitor-exit not unlocking the top of the monitor stack while verifying "
445 VLOG(verifier) << "mismatched stack depths (depth=" << MonitorStackDepth()
479 VLOG(verifier) << "mismatched stack depths for register v" << idx
520 VLOG(verifier) << "mismatched lock levels for register v" << idx << ": "
  /external/tensorflow/tensorflow/compiler/jit/graphcycles/
graphcycles_test.cc 209 if ((iter % 10000) == 0) VLOG(0) << "Iter " << iter << " of " << n;
232 VLOG(1) << "adding node " << new_node;
251 VLOG(1) << "removing node " << node;
293 VLOG(1) << "removing edge " << from << " " << to;
338 VLOG(3) << "Graph expansion";
344 VLOG(1) << "adding node " << new_node;
361 VLOG(1) << "removing node " << node;
  /external/tensorflow/tensorflow/core/common_runtime/
bfc_allocator.cc 58 VLOG(1) << "Creating bin of max chunk size "
72 VLOG(2) << "Number of regions allocated: "
135 VLOG(1) << "Extending allocation by " << strings::HumanReadableNumBytes(bytes)
139 VLOG(1) << "Total allocated bytes: "
142 VLOG(1) << "Allocated memory at " << mem_addr << " to "
327 VLOG(4) << "Returning: " << chunk->ptr;
432 // VLOG(4) << "Removing: " << c->ptr;
482 // VLOG(8) << "Chunk at " << cnext->ptr << " merging with c " <<
498 // VLOG(8) << "Chunk at " << c->ptr << " merging into c->prev "
514 VLOG(1) << "AddVisitor"
    [all...]
constant_folding.cc 101 VLOG(1) << "Node " << n->name() << " has input shape dimension " << i
152 VLOG(1) << "Node " << n->name() << " has input shape size " << size
528 VLOG(1) << "Replacing " << tensor.first->name() << " :: " << tensor.second
571 VLOG(1) << "No constant foldable nodes found";
584 VLOG(1) << "No constant nodes found that feed into the original graph.";
589 VLOG(1) << "Constant foldable " << constant_graph->num_node_ids() << " : "
622 VLOG(1) << "Could not fetch constants: " << s;
  /system/bt/stack/l2cap/
l2c_api.cc 304 VLOG(1) << __func__ << "BDA " << p_bd_addr
517 VLOG(1) << __func__ << " BDA: " << p_bd_addr
605 VLOG(1) << __func__ << " BDA: " << p_bd_addr
748 VLOG(1) << __func__ << " BDA: " << p_bd_addr
    [all...]
  /external/tensorflow/tensorflow/core/kernels/hexagon/
graph_transferer.cc 120 VLOG(1) << "<Node> " << node->name();
124 VLOG(1) << "Add dependency: " << name << " -> " << node->name();
200 VLOG(1) << "Parse file " << graph_def_path;
210 VLOG(1) << "Failed to load graph " << status;
214 VLOG(1) << "Dry run graph to obtain shape of nodes";
226 VLOG(1) << "Load graph with output tensors";
307 VLOG(1) << "input_node " << input_node->name() << " of " << node.name()
419 VLOG(1) << "Register node: " << node.name() << ", " << std::hex
451 VLOG(1) << "Register constant node: " << node.name();
498 VLOG(1) << "Cache constant shape."
    [all...]
  /art/runtime/jdwp/
jdwp_handler.cc 27 #include "base/logging.h" // For VLOG.
96 VLOG(jdwp) << StringPrintf(" --> thread_id=%#" PRIx64 " object_id=%#" PRIx64,
98 VLOG(jdwp) << StringPrintf(" class_id=%#" PRIx64 " method_id=%#" PRIx64 " %s.%s",
101 VLOG(jdwp) << StringPrintf(" %d args:", arg_count);
109 VLOG(jdwp) << " " << argTypes[i] << StringPrintf("(%zd): %#" PRIx64, width,
114 VLOG(jdwp) << StringPrintf(" options=0x%04x%s%s", options,
495 VLOG(jdwp) << StringPrintf(" --> ObjectId %#" PRIx64, class_object_id);
634 VLOG(jdwp) << " --> field=" << fieldId << " tag=" << fieldTag << " --> " << value;
825 VLOG(jdwp) << " --> fieldId=" << fieldId << " tag=" << fieldTag << "(" << width << ") value=" << value;
913 VLOG(jdwp) << StringPrintf(" --> %s", PrintableString(str.c_str()).c_str())
    [all...]
  /frameworks/base/cmds/incidentd/src/
Section.cpp 118 VLOG("Section %d flushed %zu bytes to fd %d with spec %d", id, privacyBuffer.size(),
142 VLOG("Section %d flushed %zu bytes to dropbox %d with spec %d", id, privacyBuffer.size(),
295 VLOG("FileSection '%s' wrote %zd bytes in %d ms", this->name.string(), buffer.size(),
332 VLOG("GZipSection is using file %s, fd=%d", mFilenames[index], fd.get());
367 VLOG("GZipSection '%s' editPos=%zd, dataBeginAt=%zd", this->name.string(), editPos,
392 VLOG("GZipSection '%s' wrote %zd bytes in %d ms, dataSize=%zd", this->name.string(),
528 VLOG("WorkerThreadSection '%s' wrote %zd bytes in %d ms", name.string(), buffer.size(),
610 VLOG("CommandSection '%s' wrote %zd bytes in %d ms", this->name.string(), buffer.size(),
    [all...]
  /system/tpm/trunks/
resource_manager.cc 146 VLOG(1) << "REPLACE_EXTERNAL_CONTEXT";
247 VLOG(1) << "CLEANUP_SESSION: " << std::hex << flushed_handle;
280 VLOG(1) << "RELOAD_SESSION: " << std::hex << session_handle;
307 VLOG(1) << "EVICT_OBJECT: " << std::hex << info.tpm_handle;
321 VLOG(1) << "EVICT_SESSION: " << std::hex << session_to_evict;
747 VLOG(1) << "RELOAD_OBJECT: " << std::hex << virtual_handle;
749 VLOG(1) << "INPUT_HANDLE_REPLACE: " << std::hex << virtual_handle << " -> "
763 VLOG(1) << "OUTPUT_HANDLE_NEW_SESSION: " << std::hex << handle;
778 VLOG(1) << "OUTPUT_HANDLE_NEW_VIRTUAL: " << std::hex << handle << " -> "
782 VLOG(1) << "OUTPUT_HANDLE_REPLACE: " << std::hex << handle << " ->
    [all...]
  /external/tensorflow/tensorflow/core/graph/
mkl_layout_pass.cc 561 VLOG(1) << "MklLayoutRewritePass: Skipping rewriting of the node "
    [all...]
  /art/compiler/dex/
dex_to_dex_compiler.cc 24 #include "base/logging.h" // For VLOG
384 VLOG(compiler) << "Replacing " << Instruction::Name(inst->Opcode())
406 VLOG(compiler) << "Removing " << Instruction::Name(inst->Opcode())
439 VLOG(compiler) << "Quickening " << Instruction::Name(inst->Opcode())
487 VLOG(compiler) << "Quickening " << Instruction::Name(inst->Opcode())
569 VLOG(compiler) << "Quicken data mismatch, for method "
653 VLOG(compiler) << "Shared code items " << shared_code_items_.size();
  /external/libbrillo/brillo/streams/
tls_stream.cc 50 VLOG(3) << "TLS progress info: " << brillo::string_utils::Join(",", info)
378 // Enable TLS progress callback if VLOG level is >=3.
404 VLOG(1) << "Retrying TLS handshake";
411 VLOG(1) << "Begin TLS handshake";
414 VLOG(1) << "Handshake successful";
421 VLOG(1) << "Waiting for read data...";
431 VLOG(1) << "Waiting for write data...";
  /external/tensorflow/tensorflow/core/grappler/
grappler_item_builder.cc 176 VLOG(1) << "Will use feed node " << feed_name;
191 VLOG(1) << "Will use fetch node " << name;
465 VLOG(1) << "Number of nodes in graph before OptimizeGraph: "
473 VLOG(1) << "Number of nodes in graph after OptimizeGraph: "
477 VLOG(1) << "Pruning graph...";
483 VLOG(1) << "Number of nodes in graph after pruning: "

Completed in 1126 milliseconds

<<11121314151617181920>>