Questions about handling non-scalar kwargs in pattern matcher and kwargs capture in replacements

Thanks @lgovedic for the suggestion. However, in post-grad passes there seems to be a better way to pass any kwarg to a pattern with the help of ‘register_graph_pattern’ decorator as opposed to ‘register_replacement’, this works best for my present use case.