Lines Matching defs:name
7 ### Positioning
29 ### Inception
67 ### Evolution
157 ### Lessons from ONNX<a name="lessonsonnx"></a>
173 ### Lessons from LIFT<a name="lessonslift"></a>
201 ### Lessons from XLA<a name="lessonsxla"></a>
233 ### Lessons from Halide and TVM<a name="lessonshalide"></a>
272 ### Lessons from Tensor Comprehensions<a name="lessonstc"></a>
322 ### Lessons from Polyhedral compilers<a name="lessonspolyhedral"></a>
356 ### Lessons from the Affine dialect<a name="lessonsaffine"></a>
416 ### Transformations and Simplicity First<a name="transformations_first"></a>
449 ### Preservation of Information<a name="information_preservation"></a>
462 #### Declarative Specification: Avoid Raising<a name="declarative_specification"></a>
482 #### Progressive Lowering: Don't Lose Information too Quickly<a name="#progressive_lowering"></a>
509 ### Composable and Declarative Transformations<a name="declarative_transformations"></a>
524 ### Suitability for Search and Machine Learning<a name="ml"></a>
544 ### Extensibility and Future-Proofness<a name="future"></a>
568 ### Algorithms + Data Structures = Programs<a name="data_and_compute"></a>
582 ### The Dialect Need not be Closed Under Transformations<a name="dialect_not_closed"></a>
610 ### Summary of Existing Alternatives a Picture<a name="observationssummary"></a>