torch-mlir/docs
Ramiro Leal-Cavazos a710237437
[custom op] Generalize shape library logic to work with dtypes (#1594)
* [custom op] Generalize shape library logic to work with dtypes

This commit generalizes the shape library logic, so that dtype rules
for ops can also be expressed using the same mechanism. In other
words, each op can now have a shape function and a dtype function
specified in Python that is imported during lowering to calculate the
shapes and dtypes throught a program. For more information about how
to specify a dtype function, see the updated
`docs/adding_a_shape_and_dtype_function.md`.

For those not familiar with how the shape library works, the file
`docs/calculations_lib.md` provides an overview.
2022-12-13 08:25:41 -08:00
..
images [docs] Centralize all images in docs/images/ 2022-11-04 03:12:17 -07:00
abstract_interp_lib.md [custom op] Generalize shape library logic to work with dtypes (#1594) 2022-12-13 08:25:41 -08:00
adding_abstract_interpretation_functions.md [custom op] Generalize shape library logic to work with dtypes (#1594) 2022-12-13 08:25:41 -08:00
adding_an_e2e_test.md [docs] Add info about special e2e testing cases. 2022-12-07 12:53:07 +01:00
architecture.md Add link to e2e testing docs 2022-11-25 04:53:57 -08:00
code_owners.md Add Suraj to TorchToTOSA owners (#1566) 2022-11-09 14:55:13 -08:00
development.md [custom op] Generalize shape library logic to work with dtypes (#1594) 2022-12-13 08:25:41 -08:00
long_term_roadmap.md [docs] Add long-term roadmap 2022-11-02 03:25:52 -07:00
ltc_backend.md [docs] Centralize all images in docs/images/ 2022-11-04 03:12:17 -07:00
ltc_examples.md Fix LTC lib_torch_mlir_ltc.so import error (#1283) 2022-08-25 18:25:01 -04:00