Commits


Scott McKay authored and GitHub committed b2ce3eedb9f
Fix build error for CoreML Split op (#19099) ### Description <!-- Describe your changes. --> The `split` input of the Split op is int64_t. Fixing that resolves a type mismatch build error on Windows when CoreML is enabled (for debugging the partitioning code). ### Motivation and Context <!-- - Why is this change required? What problem does it solve? - If it fixes an open issue, please link to the issue here. --> Fix build error --------- Co-authored-by: Edward Chen <18449977+edgchen1@users.noreply.github.com>