Home
last modified time | relevance | path

Searched refs:mPoolInfos (Results 1 – 5 of 5) sorted by relevance

/aosp12/packages/modules/NeuralNetworks/driver/sample/
H A DSampleDriver.cpp377 return setRunTimePoolInfosFromCanonicalMemories(&mPoolInfos, uncheckedConvert(mModel.pools)); in initialize()
558 mPoolInfos, {}, {}, callback); in execute()
566 this, mPoolInfos, {}, {}, callback); in execute_1_2()
575 return executeBase(request, measure, mModel, *mDriver, this, mPoolInfos, deadline, in execute_1_3()
649 convertToV1_3(request), measure, mModel, *mDriver, this, mPoolInfos, {}, {}); in executeSynchronously()
659 request, measure, mModel, *mDriver, this, mPoolInfos, deadline, loopTimeoutDuration); in executeSynchronously_1_3()
733 int n = executor.run(uncheckedConvert(mModel), uncheckedConvert(request), mPoolInfos, in executeFenced()
900 std::make_shared<BurstExecutorWithCache>(mModel, mDriver, mPoolInfos); in configureExecutionBurst()
H A DSampleDriver.h179 std::vector<RunTimePoolInfo> mPoolInfos; variable
H A DSampleDriverFloatXNNPACK.cpp1637 mOperands = initializeRunTimeInfo(model->main, mPoolInfos, &model->operandValues); in initialize()
/aosp12/packages/modules/NeuralNetworks/driver/sample_aidl/
H A DSampleDriver.cpp303 return setRunTimePoolInfosFromCanonicalMemories(&mPoolInfos, canonicalPools.value()); in initialize()
442 int n = executor.run(model, request, mPoolInfos, requestPoolInfos); in executeSynchronously()
557 int n = executor.run(model, request, mPoolInfos, requestPoolInfos); in executeFenced()
H A DSampleDriver.h133 std::vector<RunTimePoolInfo> mPoolInfos; variable