Home
last modified time | relevance | path

Searched defs:perf (Results 1 – 5 of 5) sorted by relevance

/frameworks/ml/nn/driver/sample/
DSampleDriverFull.h28 SampleDriverFull(const char* name, PerformanceInfo perf) : SampleDriver(name), mPerf(perf) {} in SampleDriverFull()
/frameworks/base/services/core/java/com/android/server/
DDiskStatsService.java309 long perf = getRecentPerf(); in reportDiskWriteSpeed() local
325 long perf = getRecentPerf(); in reportDiskWriteSpeedProto() local
/frameworks/ml/nn/common/
DUtils.cpp1800 hidl_vec<Capabilities::OperandPerformance> nonExtensionOperandPerformance(PerformanceInfo perf) { in nonExtensionOperandPerformance()
1819 PerformanceInfo perf) { in update()
1832 [](const Capabilities::OperandPerformance& perf, in lookup()
1833 OperandType type) { return perf.type < type; }); in lookup()
/frameworks/ml/nn/runtime/test/
DTestPartitioning.cpp158 Capabilities makeCapabilities(float perf) { in makeCapabilities()
165 void update(Capabilities* capabilities, OperandType type, float perf) { in update()
/frameworks/ml/nn/runtime/
DExecutionPlan.cpp1574 const PerformanceInfo perf = getPerformanceInfo(device, operationIndex); in findBestDeviceForEachOperation() local