Home
last modified time | relevance | path

Searched refs:SHOW_IF_DEBUG (Results 1 – 9 of 9) sorted by relevance

/frameworks/ml/nn/common/
DUtils.cpp449 LOG(INFO) << "pools" << SHOW_IF_DEBUG(toString(model.pools)); in logModelToInfo()
459 LOG(INFO) << "pools" << SHOW_IF_DEBUG(toString(model.pools)); in logModelToInfo()
469 LOG(INFO) << "pools" << SHOW_IF_DEBUG(toString(model.pools)); in logModelToInfo()
488 LOG(INFO) << "pools" << SHOW_IF_DEBUG(toString(model.pools)); in logModelToInfo()
2982 LOG(ERROR) << "Upcasting non-compliant model " << SHOW_IF_DEBUG(toString(model)) in convertToV1_0()
2995 LOG(ERROR) << "Upcasting non-compliant model " << SHOW_IF_DEBUG(toString(model)) in convertToV1_0()
3008 LOG(ERROR) << "Upcasting non-compliant model " << SHOW_IF_DEBUG(toString(model)) in convertToV1_0()
3035 LOG(ERROR) << "Upcasting non-compliant model " << SHOW_IF_DEBUG(toString(model)) in convertToV1_1()
3049 LOG(ERROR) << "Upcasting non-compliant model " << SHOW_IF_DEBUG(toString(model)) in convertToV1_1()
3088 LOG(ERROR) << "Upcasting non-compliant model " << SHOW_IF_DEBUG(toString(model)) in convertToV1_2()
[all …]
DCpuExecutor.cpp644 VLOG(CPUEXE) << "CpuExecutor::run() with request(" << SHOW_IF_DEBUG(toString(request)) << ")"; in run()
/frameworks/ml/nn/runtime/
DMemory.h59 VLOG(MEMORY) << __func__ << "(" << SHOW_IF_DEBUG(object) << ")"; in add()
DVersionedInterfaces.cpp366 VLOG(EXECUTION) << "Before executeSynchronously() " << SHOW_IF_DEBUG(toString(request)); in execute()
370 VLOG(EXECUTION) << "Before executeAsynchronously() " << SHOW_IF_DEBUG(toString(request)); in execute()
DManager.cpp392 << SHOW_IF_DEBUG(toString(request12)); in execute()
DExecutionPlan.cpp985 VLOG(EXECUTION) << "ExecutionPlan::fallback(" << SHOW_IF_DEBUG(controller << ", " << executor) in fallback()
1102 VLOG(EXECUTION) << "ExecutionPlan::next(" << SHOW_IF_DEBUG(controller << ", " << executor) in next()
DExecutionBuilder.cpp1043 VLOG(EXECUTION) << prefix << "POINTER(" << SHOW_IF_DEBUG(arg.buffer()) << ")"; in logArguments()
/frameworks/ml/nn/driver/sample/
DSampleDriver.cpp511 VLOG(DRIVER) << "executeBase(" << SHOW_IF_DEBUG(toString(request)) << ")"; in executeBase()
571 VLOG(DRIVER) << "executeSynchronouslyBase(" << SHOW_IF_DEBUG(toString(request)) << ")"; in executeSynchronouslyBase()
651 VLOG(DRIVER) << "executeFenced(" << SHOW_IF_DEBUG(toString(request)) << ")"; in executeFenced()
/frameworks/ml/nn/common/include/
DUtils.h71 #define SHOW_IF_DEBUG(msg) msg macro
73 #define SHOW_IF_DEBUG(msg) "" macro