pytensor icon indicating copy to clipboard operation
pytensor copied to clipboard

Implement Dimshuffle in jax using expand_dims/squeeze

Open HarshvirSandhu opened this issue 1 year ago • 1 comments

Description

Implement DimShuffle using expand_dims/squeeze

Related Issue

  • [x] Closes #847
  • [x] Related to #847

Checklist

Type of change

  • [x] Maintenance

HarshvirSandhu avatar Sep 07 '24 12:09 HarshvirSandhu

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 81.74%. Comparing base (b66d859) to head (322f6ee).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #987      +/-   ##
==========================================
- Coverage   81.74%   81.74%   -0.01%     
==========================================
  Files         183      183              
  Lines       47724    47722       -2     
  Branches    11616    11615       -1     
==========================================
- Hits        39011    39009       -2     
  Misses       6520     6520              
  Partials     2193     2193              
Files with missing lines Coverage Δ
pytensor/link/jax/dispatch/elemwise.py 81.15% <100.00%> (-0.54%) :arrow_down:

codecov[bot] avatar Sep 07 '24 12:09 codecov[bot]