Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/include/
DUtils.h63 #define VLOG_IS_ON(TAG) \ macro
67 if (LIKELY(!VLOG_IS_ON(TAG))) \
/frameworks/ml/nn/runtime/
DExecutionPlan.cpp496 if (VLOG_IS_ON(COMPILATION)) { in finishSubModel()
585 if (VLOG_IS_ON(COMPILATION)) { in dump()
724 if (VLOG_IS_ON(EXECUTION) && (subModelInputsAndOutputs != nullptr)) { in makeController()
1044 if (VLOG_IS_ON(COMPILATION)) { in partitionTheWork()
1520 if (VLOG_IS_ON(COMPILATION)) { in initializeSlice()
DModelBuilder.cpp466 if (VLOG_IS_ON(MODEL)) { in finish()
DExecutionBuilder.cpp800 if (VLOG_IS_ON(EXECUTION)) { in startCompute()
/frameworks/ml/nn/driver/sample/
DSampleDriver.cpp143 if (VLOG_IS_ON(DRIVER)) { in prepareModelBase()