Home
last modified time | relevance | path

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

/frameworks/ml/nn/driver/sample/
DSampleDriverUtils.h57 if (VLOG_IS_ON(DRIVER)) {
/frameworks/ml/nn/common/include/
DUtils.h59 #define VLOG_IS_ON(TAG) ((vLogMask & (1 << (TAG))) != 0) macro
62 if (LIKELY(!VLOG_IS_ON(TAG))) \
/frameworks/ml/nn/runtime/
DModelBuilder.cpp532 if (VLOG_IS_ON(MODEL)) { in finish()
563 if (VLOG_IS_ON(MODEL)) { in removeTrailingArgumentsWithDefaultValues()
DExecutionPlan.cpp545 if (VLOG_IS_ON(COMPILATION)) { in finishStepModel()
571 if (VLOG_IS_ON(COMPILATION)) { in dump()
598 if (VLOG_IS_ON(COMPILATION)) { in dump()
1611 if (VLOG_IS_ON(COMPILATION)) { in partitionTheWork()
DExecutionBuilder.cpp1084 if (VLOG_IS_ON(EXECUTION)) { in computeWithMemories()
1104 if (VLOG_IS_ON(EXECUTION)) { in computeFenced()
DMemory.cpp460 if (VLOG_IS_ON(MEMORY)) { in finish()
/frameworks/ml/nn/common/
DMetaModel.cpp508 if (VLOG_IS_ON(COMPILATION)) { in makeSlice()