-
Notifications
You must be signed in to change notification settings - Fork 829
Pull requests: apple/coremltools
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
Support PyTorch angle and trig ops (deg2rad, rad2deg, hypot)
#2817
opened Aug 15, 2026 by
jaseem-kurikkal
Loading…
Support in-place PyTorch bitwise and logical ops (__ior__, __iand__, __ixor__)
#2816
opened Aug 15, 2026 by
jaseem-kurikkal
Loading…
Decompose Softplus in TF frontend to avoid fp16 overflow on ANE
#2814
opened Aug 10, 2026 by
axiom-of-choice
Loading…
Read torch rand's dtype from the argument that holds it
#2813
opened Aug 9, 2026 by
LeSingh1
Contributor
Loading…
Fall back instead of baking a symbolic dim into softplus and nll_loss
#2812
opened Aug 9, 2026 by
LeSingh1
Contributor
Loading…
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…
Previous Next
ProTip!
Type g i on any issue or pull request to go back to the issue listing page.