Open taless474 opened 5 years ago
This exposes the more general problem that PhySL does not support named arguments at this point. Alternatively we will have to touch on all primitives that require dtype support and add it as a optional argument to them.
Here is a list of existing primitives that need to support dtype
:
And future primitives:
astype
added by #954)@taless474 here are some more:
cumprod
(#884)cumsum
(#884)dstack
, vstack
, hstack
, stack
(#884)vsplit
, hsplit
__add
, __sub
, __mul
, __div
, __neg
)identity
(#1087)insert
(#1087)linearmatrix
linspace
power
min
, max
, mean
, prod
, sum
)
results in