pytorch
237f917f - [Profiler][Easy] Fix typo in Profiler report input shapes (#99430)

Commit
1 year ago
[Profiler][Easy] Fix typo in Profiler report input shapes (#99430) Summary: There are two variables for profiler input shapes: - In C++ interface: report_input_shapes - In Python interface: record_shapes Therefore record_input_shapes is a typo. We should also look to reducing redundant naming between the two. Test Plan: CI Pulled By: aaronenyeshi Pull Request resolved: https://github.com/pytorch/pytorch/pull/99430 Approved by: https://github.com/davidberard98
Author
Committer
Parents
Loading