Lines Matching refs:VLOG

97     VLOG(EXECUTION) << "ExecutionBuilder::ExecutionBuilder with " << mInputs.size()  in ExecutionBuilder()
360 VLOG(EXECUTION) << "getDuration(" << durationCode << "): " << *duration; in getDuration()
462 VLOG(EXECUTION) << "cpuFallbackFull"; in cpuFallbackFull()
482 VLOG(EXECUTION) << "cpuFallbackPartial"; in cpuFallbackPartial()
504 VLOG(EXECUTION) << "ExecutionBuilder::compute (from plan, iteratively)"; in asyncStartComputePartitioned()
512 VLOG(EXECUTION) << "looking for next StepExecutor"; in asyncStartComputePartitioned()
633 VLOG(EXECUTION) << "ExecutionBuilder::computeFenced (from plan, iteratively)"; in startComputeFenced()
643 VLOG(EXECUTION) << "looking for next StepExecutor"; in startComputeFenced()
709 VLOG(EXECUTION) << "Performing full fallback on the CPU."; in startComputeFenced()
714 VLOG(EXECUTION) << "syncWait failed, fd: " << syncFd; in startComputeFenced()
772 VLOG(EXECUTION) << "ExecutionBuilder::computeFenced"; in computeFenced()
833 VLOG(EXECUTION) << "ExecutionBuilder::compute (synchronous API)"; in compute()
856 VLOG(EXECUTION) << "ExecutionBuilder::compute (asynchronous API, non-threaded)"; in compute()
860 VLOG(EXECUTION) << "ExecutionBuilder::compute (asynchronous API)"; in compute()
989 VLOG(EXECUTION) << "StepExecutor::StepExecutor with " << mInputs.size() << " inputs and " in StepExecutor()
1043 VLOG(EXECUTION) << prefix << "POINTER(" << SHOW_IF_DEBUG(arg.buffer()) << ")"; in logArguments()
1046 VLOG(EXECUTION) << prefix << "MEMORY(" in logArguments()
1051 VLOG(EXECUTION) << prefix << "HAS_NO_VALUE"; in logArguments()
1054 VLOG(EXECUTION) << prefix << "UNSPECIFIED"; in logArguments()
1057 VLOG(EXECUTION) << prefix << "state(" << arg.state() << ")"; in logArguments()
1128 VLOG(EXECUTION) << "Re-compile the model on CPU"; in computeOnCpuFallback()