Home
last modified time | relevance | path

Searched defs:perfInfo (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/
DHalUtils.h35 const V1_0::PerformanceInfo perfInfo = {.execTime = perf, .powerUsage = perf}; in makeCapabilities() local
DTestPartitioning.cpp187 V1_0::PerformanceInfo perfInfo = {.execTime = perf, .powerUsage = perf}; in update() local
1049 V1_0::PerformanceInfo perfInfo = {.execTime = perf, .powerUsage = perf}; local
DTestIntrospectionControl.cpp128 V1_0::PerformanceInfo perfInfo = {.execTime = perf, .powerUsage = perf}; in DeviceSpecification() local
/aosp_15_r20/external/android-nn-driver/test/1.2/
H A DCapabilities.cpp61 V1_0::PerformanceInfo perfInfo = android::nn::lookup(capabilities.operandPerformance, type); in CheckOperandType() local
/aosp_15_r20/build/soong/ui/metrics/
H A Devent.go72 func (e event) perfInfo() soong_metrics_proto.PerfInfo { func
/aosp_15_r20/packages/modules/NeuralNetworks/common/types/src/
DTypeUtils.cpp68 const Capabilities::PerformanceInfo& perfInfo) { in makeOperandPerformance()