Home
last modified time | relevance | path

Searched refs:allocatePointerArgumentsToPool (Results 1 – 2 of 2) sorted by relevance

/frameworks/ml/nn/runtime/
DExecutionBuilder.cpp418 int StepExecutor::allocatePointerArgumentsToPool(std::vector<ModelArgumentInfo>* args, in allocatePointerArgumentsToPool() function in android::nn::StepExecutor
588 int n = allocatePointerArgumentsToPool(&mInputs, &inputPointerArguments); in startComputeOnDevice()
592 n = allocatePointerArgumentsToPool(&mOutputs, &outputPointerArguments); in startComputeOnDevice()
DExecutionBuilder.h169 int allocatePointerArgumentsToPool(std::vector<ModelArgumentInfo>* args, Memory* memory);