torch-mlir/test/Dialect/Torch
Sean Silva ec6d06aa86 Add some more ResNet ops.
- aten::relu_, aten::max_pool2d, aten::adaptive_avg_pool2d, aten::batch_norm, aten::conv2d

No aten-to-linalg conversion for the latter ones, as they are fairly
substantial. At this point, I'm trying to get shape inference and stuff
working for them and the IR cleaned up.
2021-04-30 10:57:02 -07:00
..
GlobalizeObjectGraph Move GlobalizeObjectGraph tests to their own directory 2021-04-27 12:18:54 -07:00
adjust-calling-conventions.mlir Add torch-adjust-calling-conventions pass. 2021-04-05 17:56:35 -07:00
inline-global-slots.mlir Add InlineGlobalSlots pass. 2021-04-27 12:18:54 -07:00
invalid.mlir Add basic MLP's to the e2e curriculum. 2021-04-27 12:18:54 -07:00
ops.mlir Add basic MLP's to the e2e curriculum. 2021-04-27 12:18:54 -07:00
prepare-for-globalize-object-graph.mlir Support multiple instances of a class in GlobalizeObjectGraph. 2021-03-11 19:21:07 -08:00
refine-types.mlir Add some more ResNet ops. 2021-04-30 10:57:02 -07:00