Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/
DExecutionPlan.h161 std::shared_ptr<StepExecutor> stepExecutor, const Memory* temporaryMemory,
DExecutionPlan.cpp339 std::shared_ptr<StepExecutor> executor, const Memory* temporaryMemory, in mapInputsAndOutputs() argument
349 executor->setInputFromMemory(stepInputIndex, temporaryMemory, it->second); in mapInputsAndOutputs()
370 executor->setOutputFromMemory(stepOutputIndex, temporaryMemory, it->second); in mapInputsAndOutputs()