adtzlr / tensortrax

Differentiable Tensors based on NumPy Arrays

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`math.broadcast_to()`: Internal function takes outer argument

adtzlr opened this issue · comments

should be lowercase a instead of A

def _broadcast_to(a):
return np.broadcast_to(A, shape=shape)