Searched refs:inputOutput (Results 1 – 2 of 2) sorted by relevance
131 for (const RequestArgument& inputOutput : inputsOutputs) { in getPoolIndexes() local132 indexes.insert(inputOutput.location.poolIndex); in getPoolIndexes()
644 static OperandInfo getUpdatedOperand(const RequestArgument& inputOutput, in getUpdatedOperand() argument649 const RunTimePoolInfo& pool = pools[inputOutput.location.poolIndex]; in getUpdatedOperand()650 uint32_t offset = inputOutput.location.offset; in getUpdatedOperand()652 if (inputOutput.dimensions.size() > 0) { in getUpdatedOperand()653 newInfo.dimensions = inputOutput.dimensions; in getUpdatedOperand()