When the origin of a shape is an extent tensor the operation get_extent can be
lowered directly to extract_element.
This choice circumvents the necessity to materialize the shape in memory.
Depends On D82644
Differential D82645
[MLIR][Shape] Lower `shape.get_extent` to `extract_element` when possible frgossen on Jun 26 2020, 5:03 AM. Authored by
Details When the origin of a shape is an extent tensor the operation get_extent can be Depends On D82644
Diff Detail
|