Searched refs:slicedOperandIndex (Results 1 – 1 of 1) sorted by relevance
180 uint32_t slicedOperandIndex = extend(&mSlicedOperands, operand).first; in getIndex() local181 mMap[operand] = slicedOperandIndex; in getIndex()182 extend(&mSlicedInputIndexes, slicedOperandIndex); in getIndex()184 << slicedOperandIndex << ": " << operand; in getIndex()185 return slicedOperandIndex; in getIndex()289 uint32_t slicedOperandIndex = in processOperations() local293 << origOperandIndex << " -> " << slicedOperandIndex in processOperations()294 << ": " << slicedOperands[slicedOperandIndex]; in processOperations()295 return slicedOperandIndex; in processOperations()308 uint32_t slicedOperandIndex = firstOutputSlicedOperandIndex + outputNum; in processOperations() local[all …]