Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/NeuralNetworks/runtime/
DExecutionPlan.cpp718 const auto it = std::find(mOutputIndexStepModelToMainModel.begin(), in declareModelOutputIsDownstreamInput()
719 mOutputIndexStepModelToMainModel.end(), mainModelOutputIndex); in declareModelOutputIsDownstreamInput()
720 CHECK(it != mOutputIndexStepModelToMainModel.end()); in declareModelOutputIsDownstreamInput()
721 const uint32_t stepModelOutputIndex = it - mOutputIndexStepModelToMainModel.begin(); in declareModelOutputIsDownstreamInput()
840 mOutputIndexStepModelToMainModel.resize(mModelOutputs.size()); in finishStepModel()
842 mOutputIndexStepModelToMainModel.begin(), in finishStepModel()
DExecutionPlan.h258 return mOutputIndexStepModelToMainModel; in getOutputIndexStepModelToMainModel()
380 std::vector<uint32_t> mOutputIndexStepModelToMainModel; variable