Home
last modified time | relevance | path

Searched defs:requestPoolInfos (Results 1 – 3 of 3) sorted by relevance

/frameworks/ml/nn/driver/sample/
DSampleDriver.cpp79 std::vector<RunTimePoolInfo> requestPoolInfos; in asyncExecute() local
/frameworks/ml/nn/runtime/
DExecutionBuilder.cpp603 const std::vector<RunTimePoolInfo>& requestPoolInfos, in asyncStartComputeOnCpu()
630 std::vector<RunTimePoolInfo> requestPoolInfos; in startComputeOnCpu() local
/frameworks/ml/nn/common/
DCpuExecutor.cpp130 const std::vector<RunTimePoolInfo>& requestPoolInfos) { in run()
158 const std::vector<RunTimePoolInfo>& requestPoolInfos) { in initializeRunTimeInfo()