rtohid
Results
2
comments of
rtohid
@ct-clmsn Short-term solution would be to change your code to `np.shape(cls)`. Phylanx relies on Python's AST to generate the PhySL code. This means that it is not possible to extract...
Currently, functions as iteration spaces are not supported, except for `range` and `prange`: https://github.com/STEllAR-GROUP/phylanx/blob/ee2487275ad5b653ad0e5fae1e882a0f4404c6a5/python/phylanx/ast/physl.py#L955 I'm working on a cleaner way to generate and analyze code, https://github.com/rtohid/phyflow/blob/refactor/flow/ir/base.py.