Unverified Commit c41c3501 authored by Paul Fultz II's avatar Paul Fultz II Committed by GitHub
Browse files

Const propogate dot operator (#534)


Co-authored-by: default avatarmvermeulen <5479696+mvermeulen@users.noreply.github.com>
parent 31b38d12
...@@ -69,7 +69,7 @@ struct dot ...@@ -69,7 +69,7 @@ struct dot
return {t, out_lens}; return {t, out_lens};
} }
argument compute(context&, shape output_shape, std::vector<argument> args) const argument compute(shape output_shape, std::vector<argument> args) const
{ {
argument result; argument result;
if(args.size() == 3) if(args.size() == 3)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment