Learn more about cloning repositories
You have read-only access
Fix cast propagation to not change casts from bool type. (#8925) * Added new models to test bool->float and bool->float16 casts * Fixed bool casts. Added new test cases.