mirror of https://github.com/llvm/torch-mlir
603e068e45
Also contains the following changes: - Remove derefineOp canonicalizer because it's not safe. - Support for optional tensor and list tensors in reduceOpVariant. This only works for some special detected and easy to handle cases. For list, it covers the case list is got from a `ListConstruct`. For optional, it covers the case optional is constructed from a `DerefineOp`. - Remove the `inferReturnTypes` for `FromBuiltinTensorOp` because it's not safe to deduce types from the input. For example, a built-in tensor of i8 could be converted to si8 or ui8. It's better to let the user specify the return type explicitly. |
||
---|---|---|
.. | ||
basic.py | ||
batchnorm.py | ||
conv.py | ||
elementwise.py | ||
main.py | ||
mlp.py | ||
quantized_models.py | ||
reduction.py | ||
vision_models.py | ||
xfail_sets.py |