/frameworks/ml/nn/runtime/test/ |
D | TestPartitioning.cpp | 766 {"bad", { .float32Performance = { .execTime = 0.9, .powerUsage = 0.9 }, in TEST_F() 767 .quantized8Performance = { .execTime = 0.9, .powerUsage = 0.9 } }, ~0U}, in TEST_F() 768 {"good", { .float32Performance = { .execTime = 0.5, .powerUsage = 0.5 }, in TEST_F() 769 .quantized8Performance = { .execTime = 0.5, .powerUsage = 0.5 } }, ~0U} in TEST_F() 781 {"bad", { .float32Performance = { .execTime = 1.1, .powerUsage = 1.1 }, in TEST_F() 782 .quantized8Performance = { .execTime = 1.1, .powerUsage = 1.1 } }, ~0U}, in TEST_F() 783 {"bad2", { .float32Performance = { .execTime = 1.0, .powerUsage = 1.0 }, in TEST_F() 784 .quantized8Performance = { .execTime = 1.0, .powerUsage = 1.0 } }, ~0U} in TEST_F() 798 {"0", { .float32Performance = { .execTime = 0.9, .powerUsage = 0.9 }, in TEST_F() 799 … .quantized8Performance = { .execTime = 0.9, .powerUsage = 0.9 } }, 1<<0}, in TEST_F() [all …]
|
D | TestExecution.cpp | 91 {.float32Performance = {.execTime = 0.75f, .powerUsage = 0.75f}, in getCapabilities_1_1() 92 .quantized8Performance = {.execTime = 0.75f, .powerUsage = 0.75f}, in getCapabilities_1_1() 93 .relaxedFloat32toFloat16Performance = {.execTime = 0.75f, .powerUsage = 0.75f}}; in getCapabilities_1_1()
|
D | TestPartitioningRandom.cpp | 488 {.float32Performance = {.execTime = 0.75f, .powerUsage = 0.75f}, in getCapabilities_1_1() 489 .quantized8Performance = {.execTime = 0.75f, .powerUsage = 0.75f}, in getCapabilities_1_1() 490 .relaxedFloat32toFloat16Performance = {.execTime = 0.75f, .powerUsage = 0.75f}}; in getCapabilities_1_1()
|
/frameworks/ml/nn/driver/sample/ |
D | SampleDriverAll.cpp | 44 Capabilities capabilities = {.float32Performance = {.execTime = 1.1f, .powerUsage = 1.1f}, in getCapabilities_1_1() 45 .quantized8Performance = {.execTime = 1.1f, .powerUsage = 1.1f}, in getCapabilities_1_1() 47 {.execTime = 1.1f, .powerUsage = 1.1f}}; in getCapabilities_1_1()
|
D | SampleDriverFloatSlow.cpp | 44 Capabilities capabilities = {.float32Performance = {.execTime = 1.3f, .powerUsage = 0.7f}, in getCapabilities_1_1() 45 .quantized8Performance = {.execTime = 1.0f, .powerUsage = 1.0f}, in getCapabilities_1_1() 47 {.execTime = 1.2f, .powerUsage = 0.6f}}; in getCapabilities_1_1()
|
D | SampleDriverFloatFast.cpp | 44 Capabilities capabilities = {.float32Performance = {.execTime = 0.8f, .powerUsage = 1.2f}, in getCapabilities_1_1() 45 .quantized8Performance = {.execTime = 1.0f, .powerUsage = 1.0f}, in getCapabilities_1_1() 47 {.execTime = 0.7f, .powerUsage = 1.1f}}; in getCapabilities_1_1()
|
D | SampleDriverQuant.cpp | 44 Capabilities capabilities = {.float32Performance = {.execTime = 50.0f, .powerUsage = 1.0f}, in getCapabilities_1_1() 45 .quantized8Performance = {.execTime = 50.0f, .powerUsage = 1.0f}, in getCapabilities_1_1() 47 {.execTime = 50.0f, .powerUsage = 1.0f}}; in getCapabilities_1_1()
|
D | SampleDriverMinimal.cpp | 45 Capabilities capabilities = {.float32Performance = {.execTime = 0.4f, .powerUsage = 0.5f}, in getCapabilities_1_1() 46 .quantized8Performance = {.execTime = 1.0f, .powerUsage = 1.0f}, in getCapabilities_1_1() 48 {.execTime = 0.4f, .powerUsage = 0.5f}}; in getCapabilities_1_1()
|
/frameworks/ml/nn/runtime/ |
D | Manager.cpp | 53 VLOG(MANAGER) << "Capab " << capabilities.float32Performance.execTime; in initialize() 54 VLOG(MANAGER) << "Capab " << capabilities.quantized8Performance.execTime; in initialize() 55 VLOG(MANAGER) << "Capab " << capabilities.relaxedFloat32toFloat16Performance.execTime; in initialize()
|
D | ExecutionPlan.cpp | 956 : perf.execTime); in findBestDeviceForEachOperation()
|
/frameworks/base/core/java/android/database/sqlite/ |
D | SQLiteConnection.java | 1402 final long execTime = operation.mEndTime - operation.mStartTime; in endOperationDeferLogLocked() local 1403 mPool.onStatementExecuted(execTime); in endOperationDeferLogLocked() 1405 execTime); in endOperationDeferLogLocked()
|
/frameworks/ml/nn/common/ |
D | Utils.cpp | 1550 return capabilities.relaxedFloat32toFloat16Performance.execTime == in compliantWithV1_0() 1551 capabilities.float32Performance.execTime in compliantWithV1_0()
|