mirror of https://github.com/llvm/torch-mlir
parent
4a776be156
commit
0dab31666e
|
@ -118,7 +118,7 @@ def AdjustCallingConventions
|
||||||
|
|
||||||
The transformations performed are:
|
The transformations performed are:
|
||||||
- `torch.type_bound` annotations are incorporated into the type of the
|
- `torch.type_bound` annotations are incorporated into the type of the
|
||||||
function arguments, which should be `!numpy.ndarray<...>`'s.
|
function arguments, which should be `!torch.tensor<...>`'s.
|
||||||
- Python-isms are rewritten to MLIR-isms
|
- Python-isms are rewritten to MLIR-isms
|
||||||
- NoneType return is rewritten to the absence of a return value.
|
- NoneType return is rewritten to the absence of a return value.
|
||||||
- Tuple return is rewritten to multiple return values.
|
- Tuple return is rewritten to multiple return values.
|
||||||
|
|
Loading…
Reference in New Issue