Consider making the Scan
inner-graph an input to the Op
#897
brandonwillard
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Scan
has a member/field that holds the inner-graph (i.e a graph representing the computation in theScan
's body). This design choice effectively hides the inner-graph from a standard graph traversal, and—as a result—forces the need for specialScan
-specific logic changes in generic routines in order to work with theseOp
s.We should consider changing this.
Beta Was this translation helpful? Give feedback.
All reactions