How should we handle scalar constants in Elemwise
fusions?
#1270
Labels
graph rewriting
help wanted
Extra attention is needed
performance concern
question
Further information is requested
We should probably look into the kinds of fusions that turn scalar constants into inputs.
For example,
It's not clear to me that this is any better than—say—making
i0
andi1
constants and removing those two inputs.In other words, why don't we produce the following instead?
Originally posted by @brandonwillard in #1237 (comment)
The text was updated successfully, but these errors were encountered: