Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/include/
DUtils.h60 #define VLOG_IS_ON(TAG) \ macro
64 if (LIKELY(!VLOG_IS_ON(TAG))) \
/frameworks/ml/nn/driver/sample/
DSampleDriver.cpp71 if (VLOG_IS_ON(DRIVER)) { in prepareModel_1_1()
/frameworks/ml/nn/runtime/
DExecutionPlan.cpp351 if (VLOG_IS_ON(COMPILATION)) { in finishSubModel()
439 if (VLOG_IS_ON(COMPILATION)) { in dump()
546 if (VLOG_IS_ON(EXECUTION) && (subModelInputsAndOutputs != nullptr)) { in makeController()
872 if (VLOG_IS_ON(COMPILATION)) { in partitionTheWork()
DExecutionBuilder.cpp532 if (VLOG_IS_ON(EXECUTION)) { in startCompute()