aesara-devs / aesara

Aesara is a Python library for defining, optimizing, and efficiently evaluating mathematical expressions involving multi-dimensional arrays.

Home Page:https://aesara.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use `power` instead of `pow` for element-wise operator

rlouf opened this issue · comments

This is somewhat tricky as the name power is already used for the operation on scalars.

https://numpy.org/doc/stable/reference/generated/numpy.power.html#numpy.power