Searched refs:slicedOperandIndex (Results 1 – 1 of 1) sorted by relevance
179 uint32_t slicedOperandIndex = extend(&mSlicedOperands, operand).first; in getIndex() local180 mMap[operand] = slicedOperandIndex; in getIndex()181 extend(&mSlicedInputIndexes, slicedOperandIndex); in getIndex()183 << slicedOperandIndex << ": " << operand; in getIndex()184 return slicedOperandIndex; in getIndex()288 uint32_t slicedOperandIndex = in processOperations() local292 << origOperandIndex << " -> " << slicedOperandIndex in processOperations()293 << ": " << slicedOperands[slicedOperandIndex]; in processOperations()294 return slicedOperandIndex; in processOperations()307 uint32_t slicedOperandIndex = firstOutputSlicedOperandIndex + outputNum; in processOperations() local[all …]