pytorch/torch/lib
Peter Bell a6c29b7227 Remove some unnecessary <iostream> includes from headers (#106914)
In almost all cases this is only included for writing the output formatter, which
only uses `std::ostream` so including `<ostream>` is sufficient.

The istream header is ~1000 lines so the difference is non-trivial.

Pull Request resolved: https://github.com/pytorch/pytorch/pull/106914
Approved by: https://github.com/lezcano
2023-08-25 18:24:05 +00:00
..
libshm Remove some unnecessary <iostream> includes from headers (#106914) 2023-08-25 18:24:05 +00:00
libshm_windows Use size_t in THManagedMapAllocator (#103331) 2023-06-13 04:50:30 +00:00