Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/
DTestPartitioning.cpp766 {"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 …]
DTestExecution.cpp91 {.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()
DTestPartitioningRandom.cpp488 {.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/
DSampleDriverAll.cpp44 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()
DSampleDriverFloatSlow.cpp44 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()
DSampleDriverFloatFast.cpp44 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()
DSampleDriverQuant.cpp44 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()
DSampleDriverMinimal.cpp45 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/
DManager.cpp53 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()
DExecutionPlan.cpp956 : perf.execTime); in findBestDeviceForEachOperation()
/frameworks/base/core/java/android/database/sqlite/
DSQLiteConnection.java1402 final long execTime = operation.mEndTime - operation.mStartTime; in endOperationDeferLogLocked() local
1403 mPool.onStatementExecuted(execTime); in endOperationDeferLogLocked()
1405 execTime); in endOperationDeferLogLocked()
/frameworks/ml/nn/common/
DUtils.cpp1550 return capabilities.relaxedFloat32toFloat16Performance.execTime == in compliantWithV1_0()
1551 capabilities.float32Performance.execTime in compliantWithV1_0()