Searched refs:EXECUTION (Results 1 – 6 of 6) sorted by relevance
/frameworks/ml/nn/runtime/ |
D | ExecutionBuilder.cpp | 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() [all …]
|
D | ExecutionPlan.cpp | 881 VLOG(EXECUTION) << "temp: operand " << toString(sourceOperandIndex) in makeController() 968 VLOG(EXECUTION) << "temp (boundary constant): operand " << toString(sourceOperandIndex) in makeController() 985 VLOG(EXECUTION) << "ExecutionPlan::fallback(" << SHOW_IF_DEBUG(controller << ", " << executor) in fallback() 1088 VLOG(EXECUTION) << "readConditionValue: " << *value; in readConditionValue() 1102 VLOG(EXECUTION) << "ExecutionPlan::next(" << SHOW_IF_DEBUG(controller << ", " << executor) in next() 1170 VLOG(EXECUTION) << "next: Step#" << controller->mNextStepIndex << ": execute on " in nextCompound() 1191 VLOG(EXECUTION) << "mapping input " << toString(innerOperand) << " from " in setInput() 1225 VLOG(EXECUTION) << "mapping output " << toString(innerOperand) << " from " in setOutput() 1250 VLOG(EXECUTION) << "wait for mLastStepSyncFd " << mLastStepSyncFd; in waitForLastStepSyncFence() 1263 VLOG(EXECUTION) << "next: " << toString(*step); in nextCompound() [all …]
|
D | Manager.cpp | 391 VLOG(EXECUTION) << "Before ExecutionBurstController->compute() " in execute() 408 VLOG(EXECUTION) << "**Execution failed**"; in execute() 425 VLOG(EXECUTION) << "DriverPreparedModel::execute completed"; in execute() 509 VLOG(EXECUTION) << "**executeFenced failed**"; in executeFenced() 542 VLOG(EXECUTION) << "DriverPreparedModel::executeFenced completed"; in executeFenced() 719 VLOG(EXECUTION) in executeFenced()
|
D | VersionedInterfaces.cpp | 366 VLOG(EXECUTION) << "Before executeSynchronously() " << SHOW_IF_DEBUG(toString(request)); in execute() 370 VLOG(EXECUTION) << "Before executeAsynchronously() " << SHOW_IF_DEBUG(toString(request)); in execute()
|
/frameworks/ml/nn/common/include/ |
D | Utils.h | 57 enum VLogFlags { MODEL = 0, COMPILATION, EXECUTION, CPUEXE, MANAGER, DRIVER, MEMORY }; enumerator
|
/frameworks/ml/nn/common/ |
D | Utils.cpp | 76 {"execution", EXECUTION}, in initVLogMask()
|