Lines Matching refs:COMPILATION
285 VLOG(COMPILATION) << "ExecutionStep::finishSubModel, step " << mIndex; in finishSubModel()
331 VLOG(COMPILATION) << "SubModelOutput (operand#" << subModelOutput.first in finishSubModel()
356 VLOG(COMPILATION) << "ExecutionStep::finishSubModel, compilation"; in finishSubModel()
363 if (VLOG_IS_ON(COMPILATION)) { in dump()
364 VLOG(COMPILATION) << "ExecutionStep#" << mIndex in dump()
375 VLOG(COMPILATION) << "ExecutionPlan::CompoundBody::finish -- finishSubModel failed"; in finish()
380 … VLOG(COMPILATION) << "ExecutionPlan::CompoundBody::finish -- mHasSubModelOutputOfUnknownSize"; in finish()
394 VLOG(COMPILATION) << "ExecutionPlan::SimpleBody::finish, compilation"; in finish()
620 VLOG(COMPILATION) << "EMPTY"; in dump()
650 VLOG(COMPILATION) << "SIMPLE for " << (mDevice == nullptr ? "CPU" : mDevice->getName()); in dump()
670 VLOG(COMPILATION) << "ModelBuilder::partitionTheWork: deviceCount = " << deviceCount in partitionTheWork()
692 VLOG(COMPILATION) << "ModelBuilder::partitionTheWork: only one best device: " in partitionTheWork()
708 VLOG(COMPILATION) << "enqueueOnAppropriateDevice " << operationIndex << " onto " in partitionTheWork()
731 VLOG(COMPILATION) << "findNextDeviceToProcess: " << deviceIndex; in partitionTheWork()
752 if (VLOG_IS_ON(COMPILATION)) { in partitionTheWork()
755 VLOG(COMPILATION) << "ModelBuilder::partitionTheWork: original model: "; in partitionTheWork()
852 VLOG(COMPILATION) << "ModelBuilder::findBestDeviceForEachOperation(" in findBestDeviceForEachOperation()