Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/
DExecutionBuilder.h298 const ExecutionStep* mExecutionStep = nullptr; variable
DExecutionBuilder.cpp959 if (mExecutionStep != nullptr) { in updateOutputShapes()
960 const auto& indexMapping = mExecutionStep->getOutputIndexStepModelToMainModel(); in updateOutputShapes()
982 mExecutionStep(step), in StepExecutor()