Commit 7359bd4d authored by Paul's avatar Paul
Browse files

Formatting

parent 95e70f20
......@@ -364,9 +364,9 @@ int main(int argc, char const* argv[])
{
parser.parse_from(input);
parser.prog.compile(rtg::cpu::cpu_target{});
auto s = parser.prog.get_parameter_shape("Input3");
auto s = parser.prog.get_parameter_shape("Input3");
auto input3 = get_tensor_argument(s);
auto out = parser.prog.eval({{"Input3", input3}});
auto out = parser.prog.eval({{"Input3", input3}});
(void)out;
}
catch(...)
......
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