Commit d233807e authored by Paul's avatar Paul
Browse files

Formatting

parent 88cbdc7a
......@@ -25,7 +25,10 @@ migraph::literal get_2x2_transposed()
migraph::literal get_2() { return migraph::literal{{migraph::shape::float_type, {2}}, {1, 2}}; }
migraph::literal get_2_broadcasted() { return migraph::literal{{migraph::shape::float_type, {2}, {1, 0}}, {1, 2}}; }
migraph::literal get_2_broadcasted()
{
return migraph::literal{{migraph::shape::float_type, {2}, {1, 0}}, {1, 2}};
}
void literal_broadcast()
{
......
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