Searched defs:ModelArgumentInfo (Results 1 - 1 of 1) sorted by relevance

/frameworks/ml/nn/runtime/
H A DExecutionBuilder.h43 struct ModelArgumentInfo { struct in namespace:android::nn
101 std::vector<ModelArgumentInfo> mInputs;
102 std::vector<ModelArgumentInfo> mOutputs;
169 int allocatePointerArgumentsToPool(std::vector<ModelArgumentInfo>* args, Memory* memory);
172 void mapInputOrOutput(const ModelArgumentInfo& builderInputOrOutput,
173 ModelArgumentInfo* executorInputOrOutput);
177 ModelArgumentInfo* inputOrOutputInfo);
198 std::vector<ModelArgumentInfo> mInputs;
199 std::vector<ModelArgumentInfo> mOutputs;

Completed in 47 milliseconds