Searched refs:origOperandIndex (Results 1 – 1 of 1) sorted by relevance
287 [&origOperandIndexToSlicedIndex, &slicedOperands](uint32_t origOperandIndex) { in processOperations() argument289 origOperandIndexToSlicedIndex->at(origOperandIndex); in processOperations()292 << origOperandIndex << " -> " << slicedOperandIndex in processOperations()306 uint32_t origOperandIndex = origOperation.outputs[outputNum]; in processOperations() local309 const auto& origOperand = origOperands[origOperandIndex]; in processOperations()312 CHECK_EQ(origOperandIndexToSlicedIndex->count(origOperandIndex), size_t(0)); in processOperations()313 (*origOperandIndexToSlicedIndex)[origOperandIndex] = slicedOperandIndex; in processOperations()317 if (!inputOperandIndexesOfCompliantOperations.count(origOperandIndex) && in processOperations()318 origOperandNumberOfConsumers[origOperandIndex] != 0) { in processOperations()325 << origOperandIndex << " -> " << slicedOperandIndex << ": " in processOperations()