Home
last modified time | relevance | path

Searched refs:VLOG (Results 1 – 15 of 15) sorted by relevance

/frameworks/native/libs/vr/libpdx_default_transport/
Dpdx_benchmarks.cpp239 VLOG(1) << "BenchmarkService::OnChannelCreate: cid=" in OnChannelOpen()
246 VLOG(1) << "BenchmarkService::OnChannelClose: cid=" in OnChannelClose()
255 VLOG(1) << "BenchmarkService::HandleMessage: op=nop"; in HandleMessage()
263 VLOG(1) << "BenchmarkService::HandleMessage: op=write send_length=" in HandleMessage()
282 VLOG(1) << "BenchmarkService::HandleMessage: op=read send_length=" in HandleMessage()
303 VLOG(1) << "BenchmarkService::HandleMessage: op=echo send_length=" in HandleMessage()
332 VLOG(1) << "BenchmarkService::HandleMessage: op=echo send_length=" in HandleMessage()
348 VLOG(1) << "BenchmarkService::HandleMessage: op=writevec send_length=" in HandleMessage()
357 VLOG(1) << "BenchmarkService::HandleMessage: op=echovec send_length=" in HandleMessage()
370 VLOG(1) << "BenchmarkService::HandleMessage: default case; op=" in HandleMessage()
[all …]
/frameworks/ml/nn/runtime/
DManager.cpp48 VLOG(MANAGER) << "Capab " << capabilities.float32Performance.execTime; in initialize()
49 VLOG(MANAGER) << "Capab " << capabilities.quantized8Performance.execTime; in initialize()
129 VLOG(MANAGER) << "findAvailableDevices"; in findAvailableDevices()
139 VLOG(MANAGER) << "Found interface " << name.c_str(); in findAvailableDevices()
158 VLOG(MANAGER) << "DeviceManager::DeviceManager"; in DeviceManager()
DExecutionPlan.cpp285 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()
364 VLOG(COMPILATION) << "ExecutionStep#" << mIndex in dump()
375 VLOG(COMPILATION) << "ExecutionPlan::CompoundBody::finish -- finishSubModel failed"; in finish()
380VLOG(COMPILATION) << "ExecutionPlan::CompoundBody::finish -- mHasSubModelOutputOfUnknownSize"; in finish()
394 VLOG(COMPILATION) << "ExecutionPlan::SimpleBody::finish, compilation"; in finish()
424 VLOG(EXECUTION) << "ExecutionPlan::makeController -- unsuccessful finish"; in makeController()
480 VLOG(EXECUTION) << "ExecutionPlan::fallback(" << controller << ", " << executor in fallback()
501 VLOG(EXECUTION) << "ExecutionPlan::next(" << controller << ", " << executor in next()
[all …]
DExecutionBuilder.cpp100 VLOG(EXECUTION) << "ExecutionBuilder::ExecutionBuilder"; in ExecutionBuilder()
188 VLOG(EXECUTION) << "cpuFallbackFull"; in cpuFallbackFull()
212 VLOG(EXECUTION) << "cpuFallbackPartial"; in cpuFallbackPartial()
237 VLOG(EXECUTION) << "ExecutionBuilder::startCompute (from plan, iteratively)"; in asyncStartComputePartitioned()
240 VLOG(EXECUTION) << "looking for next StepExecutor"; in asyncStartComputePartitioned()
360 VLOG(EXECUTION) << "Checking " << device->getName(); in startCompute()
363VLOG(EXECUTION) << "ExecutionBuilder::startCompute (without plan) on " << device->getName(); in startCompute()
374 VLOG(EXECUTION) << "ExecutionBuilder::startCompute (without plan) on CPU"; in startCompute()
558 VLOG(EXECUTION) << "Before mPreparedModel->execute() " << toString(request); in startComputeOnDevice()
567 VLOG(EXECUTION) << "**Execute failed**"; in startComputeOnDevice()
[all …]
DModelBuilder.cpp61 VLOG(MODEL) << __func__ << " for operand " << index << " size " << length; in setOperandValue()
100 VLOG(MODEL) << "Copied small value to offset " << operand.location.offset; in setOperandValue()
102 VLOG(MODEL) << "Saving large value"; in setOperandValue()
115 VLOG(MODEL) << __func__ << " has " << mLargeOperandValues.size() << " values."; in copyLargeValuesToSharedMemory()
139 VLOG(MODEL) << "Allocated large value pool of size " << poolSize << " at index " in copyLargeValuesToSharedMemory()
154VLOG(MODEL) << __func__ << " for operand " << index << " offset " << offset << " size " << length; in setOperandValueFromMemory()
DMemory.cpp112 VLOG(MODEL) << __func__ << " for " << memory; in add()
119 VLOG(MODEL) << "It's new"; in add()
DCompilationBuilder.cpp32 VLOG(COMPILATION) << "CompilationBuilder::CompilationBuilder"; in CompilationBuilder()
/frameworks/ml/nn/driver/sample/
DSampleDriver.cpp35 VLOG(DRIVER) << "prepareModel"; in prepareModel()
58 VLOG(DRIVER) << "getStatus()"; in getStatus()
87 VLOG(DRIVER) << "executor.run returned " << n; in asyncExecute()
98 VLOG(DRIVER) << "execute(" << toString(request) << ")"; in execute()
DSampleDriverAll.cpp41 VLOG(DRIVER) << "getCapabilities()"; in getCapabilities()
50 VLOG(DRIVER) << "getSupportedOperations()"; in getSupportedOperations()
DSampleDriverQuant.cpp41 VLOG(DRIVER) << "getCapabilities()"; in getCapabilities()
50 VLOG(DRIVER) << "getSupportedOperations()"; in getSupportedOperations()
DSampleDriverFloatFast.cpp41 VLOG(DRIVER) << "getCapabilities()"; in getCapabilities()
50 VLOG(DRIVER) << "getSupportedOperations()"; in getSupportedOperations()
DSampleDriverFloatSlow.cpp41 VLOG(DRIVER) << "getCapabilities()"; in getCapabilities()
50 VLOG(DRIVER) << "getSupportedOperations()"; in getSupportedOperations()
DSampleDriverMinimal.cpp42 VLOG(DRIVER) << "getCapabilities()"; in getCapabilities()
51 VLOG(DRIVER) << "getSupportedOperations()"; in getSupportedOperations()
/frameworks/ml/nn/common/include/
DUtils.h63 #define VLOG(TAG) \ macro
/frameworks/ml/nn/common/
DCpuExecutor.cpp131 VLOG(CPUEXE) << "CpuExecutor::run()"; in run()
133 VLOG(CPUEXE) << "request: " << toString(request); in run()
153 VLOG(CPUEXE) << "Completed run normally"; in run()
159 VLOG(CPUEXE) << "CpuExecutor::initializeRunTimeInfo"; in initializeRunTimeInfo()