Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/
DExecutionPlan.h258 return mOutputIndexStepModelToMainModel; in getOutputIndexStepModelToMainModel()
380 std::vector<uint32_t> mOutputIndexStepModelToMainModel; variable
DExecutionPlan.cpp678 const auto it = std::find(mOutputIndexStepModelToMainModel.begin(), in declareModelOutputIsDownstreamInput()
679 mOutputIndexStepModelToMainModel.end(), mainModelOutputIndex); in declareModelOutputIsDownstreamInput()
680 CHECK(it != mOutputIndexStepModelToMainModel.end()); in declareModelOutputIsDownstreamInput()
681 const uint32_t stepModelOutputIndex = it - mOutputIndexStepModelToMainModel.begin(); in declareModelOutputIsDownstreamInput()
800 mOutputIndexStepModelToMainModel.resize(mModelOutputs.size()); in finishStepModel()
802 mOutputIndexStepModelToMainModel.begin(), in finishStepModel()