onnxruntime
Fix build error for CoreML Split op
#19099
Merged

Commits
  • 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.
    skottmckay committed 2 years ago
  • Update onnxruntime/core/providers/coreml/builders/impl/split_op_builder.cc
    skottmckay committed 2 years ago
Loading