Home
last modified time | relevance | path

Searched refs:getSourceModel (Results 1 – 4 of 4) sorted by relevance

/packages/modules/NeuralNetworks/runtime/
DExecutionBuilder.h111 const ModelBuilder* getSourceModel(uint32_t index) const;
113 return getSourceModel(sourceOperandIndex.first)->getOperand(sourceOperandIndex.second); in getSourceOperand()
DExecutionPlan.h318 const ModelBuilder* getSourceModel() const;
DExecutionPlan.cpp430 const ModelBuilder& sourceModel = *getSourceModel(); in addOperand()
516 const Operation& operation = getSourceModel()->getOperation(operationIndex); in addOperation()
692 const ModelBuilder* ExecutionStep::getSourceModel() const { in getSourceModel() function in android::nn::ExecutionStep
DExecutionBuilder.cpp173 const ModelBuilder* ExecutionBuilder::getSourceModel(uint32_t index) const { in getSourceModel() function in android::nn::ExecutionBuilder