Skip to content

Commit

Permalink
[Φ] Add primal reductions to convenience imports
Browse files Browse the repository at this point in the history
  • Loading branch information
holl- committed Jan 5, 2025
1 parent 2d66768 commit bc1db67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions phi/flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
non_spatial, non_channel, non_batch, non_instance, non_dual, non_primal, # Shape functions (magic)
unstack, stack, concat, tcat, expand, rename_dims, pack_dims, dpack, ipack, spack, cpack, unpack_dim, flatten, cast, # Magic Ops
b2i, c2b, c2d, i2b, s2b, si2d, d2i, d2s, map_s2b, map_i2b, map_c2b, map_d2b, map_d2c, map_c2d, # dim type conversions
dsum, isum, ssum, csum, mean, dmean, imean, smean, cmean, median, sign, round, ceil, floor, sqrt, exp, erf, log, log2, log10, sigmoid, soft_plus,
dprod, sprod, iprod, cprod, dmin, smin, imin, cmin, finite_min, dmax, smax, imax, cmax, finite_max,
dsum, psum, isum, ssum, csum, mean, dmean, pmean, imean, smean, cmean, median, sign, round, ceil, floor, sqrt, exp, erf, log, log2, log10, sigmoid, soft_plus,
dprod, pprod, sprod, iprod, cprod, dmin, pmin, smin, imin, cmin, finite_min, dmax, pmax, smax, imax, cmax, finite_max,

sin, cos, tan, sinh, cosh, tanh, arcsin, arccos, arctan, arcsinh, arccosh, arctanh, log_gamma, factorial, incomplete_gamma,
scatter, gather, where, nonzero,
Expand Down

0 comments on commit bc1db67

Please sign in to comment.