Andrea Faulds
Results
2
issues of
Andrea Faulds
https://github.com/llvm/torch-mlir/pull/3409 / https://github.com/llvm/torch-mlir/commit/51902ec2dc6df99a87e0fee092e59b492ab04837 introduced the ability for the ONNX Python importer to expand ONNX operators that are defined as functions to MLIR functions. This is only done for allowlisted operators,...
Issue I discovered while working on #3384. Tested on `main`, commit 0b46d1110aa9710a4c2935723c47dfe3d5c21fd3. Normally the ONNX Bernoulli operator gets imported as `torch.operator "onnx.Bernoulli"`, but since ONNX provides a function for this...