Commit 453fa37a authored by Khalique's avatar Khalique
Browse files

formatting

parent db6038e3
...@@ -1094,7 +1094,7 @@ TEST_CASE(contiguous_test) ...@@ -1094,7 +1094,7 @@ TEST_CASE(contiguous_test)
TEST_CASE(identity_test) TEST_CASE(identity_test)
{ {
migraph::program p; migraph::program p;
migraph::shape s{migraph::shape::float_type, {2,2}}; migraph::shape s{migraph::shape::float_type, {2, 2}};
std::vector<int> data{1, 2, 3, 4}; std::vector<int> data{1, 2, 3, 4};
auto l = p.add_literal(migraph::literal{s, data}); auto l = p.add_literal(migraph::literal{s, data});
p.add_instruction(migraph::op::identity{}, l); p.add_instruction(migraph::op::identity{}, l);
......
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