Commit 552ad02c authored by Paul's avatar Paul
Browse files

Dont pretranspose binary ops

parent d92561be
...@@ -216,7 +216,7 @@ struct tf_parser ...@@ -216,7 +216,7 @@ struct tf_parser
// } // }
// } // }
return add_broadcastable_binary_op(args[0], args[1], x); return add_broadcastable_binary_op(args[0], args[1], x);
}); }, false);
} }
template <class T> template <class T>
......
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