Home
last modified time | relevance | path

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

/packages/modules/adb/
Dadb_trace.h44 #define VLOG_IS_ON(TAG) \ macro
48 if (LIKELY(!VLOG_IS_ON(TAG))) \
/packages/modules/NeuralNetworks/driver/sample_hidl/
DSampleDriverUtils.h67 if (VLOG_IS_ON(DRIVER)) {
DSampleDriverFloatXNNPACK.cpp1876 if (VLOG_IS_ON(DRIVER)) { in prepareModelXNNPACK()
/packages/modules/NeuralNetworks/common/types/include/nnapi/
DTypeUtils.h193 #define VLOG_IS_ON(TAG) ((vLogMask & (1 << (TAG))) != 0) macro
196 if (LIKELY(!VLOG_IS_ON(TAG))) \
/packages/modules/NeuralNetworks/driver/sample_aidl/
DSampleDriverAidlUtils.cpp101 if (VLOG_IS_ON(DRIVER)) { in prepareModelBase()
/packages/modules/NeuralNetworks/driver/sample/
DCanonicalDevice.cpp164 if (VLOG_IS_ON(DRIVER)) { in prepareModel()
/packages/modules/NeuralNetworks/runtime/
DExecutionBuilder.cpp1251 if (VLOG_IS_ON(EXECUTION)) { in updateOutputShapes()
1510 if (VLOG_IS_ON(EXECUTION)) { in compute()
1540 if (VLOG_IS_ON(EXECUTION)) { in computeFenced()
DModelBuilder.cpp556 if (VLOG_IS_ON(MODEL)) { in finish()
590 if (VLOG_IS_ON(MODEL)) { in removeTrailingArgumentsWithDefaultValues()
DExecutionPlan.cpp859 if (VLOG_IS_ON(COMPILATION)) { in finishStepModel()
880 if (VLOG_IS_ON(COMPILATION)) { in dump()
901 if (VLOG_IS_ON(COMPILATION)) { in dump()
2144 if (VLOG_IS_ON(COMPILATION)) { in partitionTheWork()
DMemory.cpp453 if (VLOG_IS_ON(MEMORY)) { in finish()
/packages/modules/NeuralNetworks/common/
DMetaModel.cpp484 if (VLOG_IS_ON(COMPILATION)) { in makeSlice()
/packages/modules/adb/client/
Dincremental_server.cpp606 if (VLOG_IS_ON(INCREMENTAL)) { in Serve()