Searched refs:getSourceModel (Results 1 – 4 of 4) sorted by relevance
111 const ModelBuilder* getSourceModel(uint32_t index) const;113 return getSourceModel(sourceOperandIndex.first)->getOperand(sourceOperandIndex.second); in getSourceOperand()
318 const ModelBuilder* getSourceModel() const;
430 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
173 const ModelBuilder* ExecutionBuilder::getSourceModel(uint32_t index) const { in getSourceModel() function in android::nn::ExecutionBuilder