"src/targets/vscode:/vscode.git/clone" did not exist on "3eb4f7756ae321cc61af866248f9c1766bccd22a"
Commit eb3a5886 authored by Khalique's avatar Khalique
Browse files

added extra coverage to unknown test

parent 433e75b0
......@@ -334,6 +334,7 @@ void unknown_test()
auto l0 = p.add_parameter("0", migraphx::shape{migraphx::shape::float_type, {2, 3, 4, 5}});
auto l1 = p.add_parameter("1", migraphx::shape{migraphx::shape::float_type, {3, 4}});
p.add_instruction(migraphx::unknown{"Unknown"}, l0, l1);
p.add_instruction(migraphx::unknown{"Unknown"});
auto prog = migraphx::parse_onnx("unknown_test.onnx");
EXPECT(p == prog);
......
unknown-example:q
unknown-example:|

0
12"Unknown test-unknownZ
12"Unknown
"Unknown test-unknownZ
0


......
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