-
Notifications
You must be signed in to change notification settings - Fork 828
Pull requests: apple/coremltools
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
State the limitation when chunk / unbind meet a dynamic dim
#2811
opened Aug 9, 2026 by
LeSingh1
Contributor
Loading…
Use the first dim of size 3 when torch.cross has no dim
#2810
opened Aug 9, 2026 by
LeSingh1
Contributor
Loading…
Tell apart torch overloads that TorchScript reports under one node kind
#2809
opened Aug 9, 2026 by
LeSingh1
Contributor
Loading…
Support a symbolic batch dim in torch narrow and group_norm
#2808
opened Aug 9, 2026 by
LeSingh1
Contributor
Loading…
fuse_layernorm_or_instancenorm: check gamma / beta shapes, not just their rank
#2807
opened Aug 9, 2026 by
LeSingh1
Contributor
Loading…
Bound gather_nd / scatter_nd indices by the dims they actually address
#2806
opened Aug 9, 2026 by
LeSingh1
Contributor
Loading…
const_deduplication: compare constexpr inputs by value, not by str(ndarray)
#2805
opened Aug 9, 2026 by
LeSingh1
Contributor
Loading…
loop_invariant_elimination: require the body to return the loop var itself
#2804
opened Aug 9, 2026 by
LeSingh1
Contributor
Loading…
Make squeeze and slice_by_size const folding agree with their type inference
#2803
opened Aug 9, 2026 by
LeSingh1
Contributor
Loading…
Const fold scatter_along_axis and scaled_dot_product_attention correctly
#2802
opened Aug 9, 2026 by
LeSingh1
Contributor
Loading…
fuse_matmul_weight_bias: fix sub operand order and drop the const-on-the-left case
#2801
opened Aug 9, 2026 by
LeSingh1
Contributor
Loading…
Fix pipeline traversal when mapping a model to structure paths
#2800
opened Aug 9, 2026 by
LeSingh1
Contributor
Loading…
Accept an unflatten size read from the input shape
#2799
opened Aug 9, 2026 by
LeSingh1
Contributor
Loading…
Read the packed-sequence schema of gru / rnn_tanh / rnn_relu correctly
#2798
opened Aug 9, 2026 by
LeSingh1
Contributor
Loading…
Fix clamped_relu's value_inference for a negative beta
#2797
opened Aug 9, 2026 by
LeSingh1
Contributor
Loading…
Copy the input in thresholded_relu's value_inference
#2795
opened Aug 9, 2026 by
LeSingh1
Contributor
Loading…
guard_negative_gather_indices: offset gather_nd indices from batch_dims
#2794
opened Aug 9, 2026 by
LeSingh1
Contributor
Loading…
Reject a classifier whose probabilities have a symbolic shape
#2793
opened Aug 9, 2026 by
LeSingh1
Contributor
Loading…
fuse_reduce_mean: do not fuse when the scalar operand raises the rank
#2792
opened Aug 9, 2026 by
LeSingh1
Contributor
Loading…
Resize a symbolic input to a fixed output size with the iOS17 resize op
#2791
opened Aug 9, 2026 by
LeSingh1
Contributor
Loading…
merge_consecutive_reshapes: do not merge past a trailing shape containing 0
#2790
opened Aug 9, 2026 by
LeSingh1
Contributor
Loading…
fuse_onehot_matmul_to_gather: normalize one_hot's axis against its output rank
#2789
opened Aug 9, 2026 by
LeSingh1
Contributor
Loading…
Honor interleave in concat's value_inference
#2788
opened Aug 9, 2026 by
LeSingh1
Contributor
Loading…
Lower adaptive pooling to output size 1 as a global reduce in 1D
#2787
opened Aug 9, 2026 by
LeSingh1
Contributor
Loading…
Previous Next
ProTip!
Find all pull requests that aren't related to any open issues with -linked:issue.