viable/strict/1787660889: Remove unused typelist constructs from TypeList.h (#194352)
- PyTorch: 47 events in the last 90 days
- PyTorch: 47th Release in the last 90 days
- Previous: earlier the same day · viable/strict/1787658955: [CI] Add gfx950 FlyDSL Inductor test shard (#193473)
What happened
These constructs in torch/headeronly/util/TypeList.h have zero in-tree users outside their own unit test: filter , count_if , map , last , reverse , find_if , map_types_to_values (and its detail::type_ helper), and false_higher_t (only used by find_if 's error case). Removed together with the matching unit-test sections, the torch::headeronly re-export entries, and their torch/header_only_apis.txt entries. take / dr…
Summary assembled by rule from the sources below