Home
last modified time | relevance | path

Searched refs:EXECUTION (Results 1 – 4 of 4) sorted by relevance

/frameworks/ml/nn/runtime/
DExecutionBuilder.cpp134 VLOG(EXECUTION) << "ExecutionBuilder::ExecutionBuilder"; in ExecutionBuilder()
222 VLOG(EXECUTION) << "cpuFallbackFull"; in cpuFallbackFull()
247 VLOG(EXECUTION) << "cpuFallbackPartial"; in cpuFallbackPartial()
272 VLOG(EXECUTION) << "ExecutionBuilder::startCompute (from plan, iteratively)"; in asyncStartComputePartitioned()
275 VLOG(EXECUTION) << "looking for next StepExecutor"; in asyncStartComputePartitioned()
394 VLOG(EXECUTION) << "Checking " << device->getName(); in startCompute()
397 … VLOG(EXECUTION) << "ExecutionBuilder::startCompute (without plan) on " << device->getName(); in startCompute()
408 VLOG(EXECUTION) << "ExecutionBuilder::startCompute (without plan) on CPU"; in startCompute()
509 VLOG(EXECUTION) << prefix << "POINTER(" << SHOW_IF_DEBUG(arg.buffer) << ")"; in logArguments()
512 VLOG(EXECUTION) << prefix << "MEMORY(" in logArguments()
[all …]
DExecutionPlan.cpp503 VLOG(EXECUTION) << "ExecutionPlan::makeController -- unsuccessful finish"; in makeController()
546 if (VLOG_IS_ON(EXECUTION) && (subModelInputsAndOutputs != nullptr)) { in makeController()
548 VLOG(EXECUTION) << "temp: origOpndIdx = " << io.first in makeController()
565 VLOG(EXECUTION) << "ExecutionPlan::fallback(" << controller << ", " << executor in fallback()
586 VLOG(EXECUTION) << "ExecutionPlan::next(" in next()
/frameworks/ml/nn/common/include/
DUtils.h54 EXECUTION, enumerator
/frameworks/ml/nn/common/
DUtils.cpp58 {"execution", EXECUTION}, in initVLogMask()