XDiff.jl icon indicating copy to clipboard operation
XDiff.jl copied to clipboard

Test ALL to_buffered rules

Open dfdx opened this issue 6 years ago • 0 comments

with something like:

X = rand(...)
Y = rand(...)
Ze = zeros(...)
Zb = zeros(...)
eval(ein_expr)
eval(buf_expr)
@assert Ze == Zb

sizes of variables should be determined automatically from indices in Einstein notation.

dfdx avatar Sep 05 '17 20:09 dfdx