torch-mlir/test/Dialect/Torch/GlobalizeObjectGraph
Sean Silva f49ebf1690 Add `!torch.int` type.
This replaces the ad-hoc use of `i64` throughout the Torch layer, and
helps to keep it crystal clear the distinction between `!torch.int`
(which is modeling the Python `int` type) and the various types that
serve as dtypes of tensors, which are a totally different type universe.

Changes:
- `!torch.int` type and C bindings.
- Change `torch.constant.int` parser to not need the `: i64` at the end.
- `m_TorchConstantInt` matcher to aid with matching constants.
- BackendTypeConversion changes for `!torch.int` -> `i64` type
  conversion.
- Refactor finalizing patterns in FinalizingBackendTypeConversionPass
  (they were getting very repetitive).
- Mechanical rewriting of `!torch.int` to `i64` in all the tests, and
  `AnyTorchIntType` to `Torch_IntType` in the `.td` files.
2021-06-17 07:28:23 -07:00
..
basic.mlir Add `!torch.int` type. 2021-06-17 07:28:23 -07:00
error.mlir Introduce `!torch.tensor` / `!torch.vtensor` types. 2021-06-10 10:56:48 -07:00
free-functions.mlir Move GlobalizeObjectGraph tests to their own directory 2021-04-27 12:18:54 -07:00
initializers.mlir Add TorchList type and prim::ListConstruct #218 2021-06-10 14:31:35 -07:00
methods.mlir Move GlobalizeObjectGraph tests to their own directory 2021-04-27 12:18:54 -07:00
module-uses-error.mlir Add TorchList type and prim::ListConstruct #218 2021-06-10 14:31:35 -07:00
module-uses.mlir Add `torch.constant.int` and `torch.constant.float`. 2021-06-15 15:29:42 -07:00
multiple-instances-error.mlir Add `!torch.int` type. 2021-06-17 07:28:23 -07:00
multiple-instances-multiple-module-args.mlir Add `!torch.int` type. 2021-06-17 07:28:23 -07:00
multiple-instances.mlir Add `!torch.int` type. 2021-06-17 07:28:23 -07:00
submodules.mlir Add `torch.constant.int` and `torch.constant.float`. 2021-06-15 15:29:42 -07:00
visibility.mlir Move GlobalizeObjectGraph tests to their own directory 2021-04-27 12:18:54 -07:00