Prateek Gupta

Results 2 issues of Prateek Gupta

This PR adds two commits: 1. adds support for `aten.native_layer_norm_backward` operation. It also adds support for matching constant bools stored in a boolean list. 2. fixes `aten.native_layer_norm`. Previously this operation...

Some of the operations like `aten.split`and `aten.split_with_sizes` return a list of tensors. This is currently not supported in torch-mlir. ``` def split_with_sizes(self: Tensor, split_sizes: List[int], dim: int = 0) ->...