optimizer icon indicating copy to clipboard operation
optimizer copied to clipboard

[New Optimizer Request] Fuse expand/unsqueeze and broadcast binary op

Open daquexian opened this issue 3 years ago • 0 comments

expand and unsqueeze op are sometimes used to do broadcasting, and they can be fused if they are before an op with built-in broadcast feature (like add/mul op)

daquexian avatar Jan 04 '21 06:01 daquexian