Searched refs:getSourceModel (Results 1 – 4 of 4) sorted by relevance
100 const ModelBuilder* getSourceModel(uint32_t index) const;103 return getSourceModel(sourceOperandIndex.first)->getOperand(sourceOperandIndex.second); in getSourceOperand()
175 const ModelBuilder* getSourceModel() const;
211 const ModelBuilder& sourceModel = *getSourceModel(); in addOperand()305 const Operation& operation = getSourceModel()->getOperation(operationIndex); in addOperation()427 const ModelBuilder* ExecutionStep::getSourceModel() const { in getSourceModel() function in android::nn::ExecutionStep
101 const ModelBuilder* ExecutionBuilder::getSourceModel(uint32_t index) const { in getSourceModel() function in android::nn::ExecutionBuilder