Home
last modified time | relevance | path

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

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