Searched refs:allocatePointerArgumentsToPool (Results 1 – 2 of 2) sorted by relevance
234 int allocatePointerArgumentsToPool(std::vector<ModelArgumentInfo>* args, Memory* memory);
675 int StepExecutor::allocatePointerArgumentsToPool(std::vector<ModelArgumentInfo>* args, in allocatePointerArgumentsToPool() function in android::nn::StepExecutor853 int n = allocatePointerArgumentsToPool(&mInputs, &inputPointerArguments); in startComputeOnDevice()857 n = allocatePointerArgumentsToPool(&mOutputs, &outputPointerArguments); in startComputeOnDevice()