You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Save some size in dtype_util when dtype selective build is not in use (#9842)
We duplicate a lot of functions depending on the operator name so that
dtype selective build will work. We can just detect if dtype selective
build is in use and, if not, stop duplicating.
Test Plan: Saves 28288 bytes of text in size_test_all_optimized_ops
compared to previous PR on my Mac.
Pull-Request-resolved: #9742
0 commit comments