Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/
DExecutionPlan.h103 void mapInputsAndOutputs(std::shared_ptr<StepExecutor> stepExecutor) const;
DExecutionPlan.cpp413 void ExecutionStep::mapInputsAndOutputs(std::shared_ptr<StepExecutor> stepExecutor) const { in mapInputsAndOutputs() function in android::nn::ExecutionStep
819 step->mapInputsAndOutputs(*executor); in next()