Searched refs:opTuple (Results 1 – 1 of 1) sorted by relevance
520 OperationTuple opTuple = std::make_pair(operationType, operandType); in addOperations() local522 getOperationPrepareTable().find(opTuple) != getOperationPrepareTable().end(), in addOperations()525 getOperationPrepareTable()[opTuple](operation.inputs, operation.outputs, this); in addOperations()590 OperationTuple opTuple = std::make_pair(operationType, operandType); in supportedOperations() local592 auto entry = getOperationCheckTable().find(opTuple); in supportedOperations()