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() local294 return slicedOperandIndex; in processOperations()308 auto& slicedOperand = slicedOperands[slicedOperandIndex]; in processOperations()314 slicedOperation.outputs[outputNum] = slicedOperandIndex; in processOperations()426 const uint32_t slicedOperandIndex = in makeSlice() local[all …]