Fix old reference to !numpy.ndarray

pull/1516/head snapshot-20221021.633
Sean Silva 2022-10-20 11:23:11 +00:00
parent 4a776be156
commit 0dab31666e
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ def AdjustCallingConventions
The transformations performed are:
- `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
- NoneType return is rewritten to the absence of a return value.
- Tuple return is rewritten to multiple return values.