Lines Matching refs:VLOG
160 VLOG(EXECUTION) << "ExecutionBuilder::ExecutionBuilder with " << mInputs.size() in ExecutionBuilder()
413 VLOG(EXECUTION) << "getDuration(" << durationCode << "): " << *duration; in getDuration()
646 VLOG(EXECUTION) << "cpuFallbackFull"; in cpuFallbackFull()
667 VLOG(EXECUTION) << "cpuFallbackPartial"; in cpuFallbackPartial()
685 VLOG(EXECUTION) << "SimpleExecutionBuilder::computeInternal"; in computeInternal()
721 VLOG(EXECUTION) << "CompoundExecutionBuilder::computeInternal (from plan, iteratively)"; in computeInternal()
731 VLOG(EXECUTION) << "looking for next StepExecutor"; in computeInternal()
770 VLOG(EXECUTION) << "updateOutputShapes.zeroSizedInput"; in computeInternal()
779 VLOG(EXECUTION) << "OUTPUT_INSUFFICIENT_SIZE: " << toString(updateOutputShapes); in computeInternal()
827 VLOG(EXECUTION) << "fallbackUpdateOutputShapes.zeroSizedInput"; in computeInternal()
836 VLOG(EXECUTION) << "OUTPUT_INSUFFICIENT_SIZE: " in computeInternal()
877 VLOG(EXECUTION) << "syncWait failed, fd: " << syncFd; in waitForSyncFences()
889 VLOG(EXECUTION) << "SimpleExecutionBuilder::computeFencedInternal"; in computeFencedInternal()
915 VLOG(EXECUTION) << "Performing full fallback on the CPU."; in computeFencedInternal()
932 VLOG(EXECUTION) << "CompoundExecutionBuilder::computeFencedInternal (from plan, iteratively)"; in computeFencedInternal()
953 VLOG(EXECUTION) << "looking for next StepExecutor"; in computeFencedInternal()
1003 VLOG(EXECUTION) << "Performing full fallback on the CPU."; in computeFencedInternal()
1036 VLOG(EXECUTION) << "ExecutionBuilder::computeFenced"; in computeFenced()
1089 VLOG(EXECUTION) << "ExecutionBuilder::compute (synchronous API, burst)"; in compute()
1091 VLOG(EXECUTION) << "ExecutionBuilder::compute (synchronous API)"; in compute()
1123 VLOG(EXECUTION) << "ExecutionBuilder::compute (asynchronous API, non-threaded)"; in compute()
1126 VLOG(EXECUTION) << "ExecutionBuilder::compute (asynchronous API)"; in compute()
1253 VLOG(EXECUTION) << "updateOutputShapes: " << shape; in updateOutputShapes()
1288 VLOG(EXECUTION) << "updateOutputShapes checking to see if output#" << i in updateOutputShapes()
1313 VLOG(EXECUTION) << "updateOutputShapes skipping redeclaration for output#" << i; in updateOutputShapes()
1376 VLOG(EXECUTION) << "StepExecutor::StepExecutor with " << mInputs.size() << " inputs and " in StepExecutor()
1464 VLOG(EXECUTION) << prefix << "POINTER(" << SHOW_IF_DEBUG(arg.buffer()) << ") dim" in logArguments()
1468 VLOG(EXECUTION) << prefix << "MEMORY(" in logArguments()
1474 VLOG(EXECUTION) << prefix << "HAS_NO_VALUE"; in logArguments()
1477 VLOG(EXECUTION) << prefix << "UNSPECIFIED"; in logArguments()
1480 VLOG(EXECUTION) << prefix << "state(" << arg.state() << ")"; in logArguments()
1580 VLOG(EXECUTION) << "Re-compile the model on CPU"; in computeOnCpuFallback()