Remove half of the compiled shaders for gridsample with unused types (#17928)
Remove half of the compiled shaders for gridsample with unused types
Shader compilations for Bool and Double datatypes are not needed for GPU
evaluation and are causing binary bloat.
Removing them.
Co-authored-by: Sheil Kumar <sheilk@microsoft.com>