YesserLab

Results 3 issues of YesserLab

When using `pylint` for linting the process being called is importing a non-existent module name https://github.com/DamnWidget/anaconda/blob/002ec3f6c7c89073ace88f3dddb78746e0ed6aa3/anaconda_lib/linting/anaconda_pylint.py#L57 instead of `python -m pylint.lint ....` it should be `python -m pylint ....` ```bash...

When accessing members of an object (through a pointer), it's much faster and more convenient to simply write the ` . ` operator and have it automatically converted into a...

enhancement
help-wanted
wontfix
good-first-issue

Hello everyone, I was wondering if there are plans to implement shape inference of the Resize op any time soon. I read through the [Sharing Work](https://github.com/onnx/onnx-mlir/blob/master/SharingWork.md) file, tried to do...