Commit 62b31973 authored by Khalique's avatar Khalique
Browse files

remove unecessary variable

parent e571d0a0
...@@ -133,7 +133,6 @@ struct miopen_apply ...@@ -133,7 +133,6 @@ struct miopen_apply
instruction_ref apply_relu(instruction_ref ins) instruction_ref apply_relu(instruction_ref ins)
{ {
auto&& op = any_cast<op::relu>(ins->get_operator());
auto ad = make_relu(); auto ad = make_relu();
auto output = insert_allocation(ins, ins->get_shape()); auto output = insert_allocation(ins, ins->get_shape());
......
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