"...composable_kernel_rocm.git" did not exist on "92494a8a70efcecfa43a5ad54f147a66a350c20b"
Commit 74a3ac57 authored by Paul's avatar Paul
Browse files

Fix onnx variable scope

parent 211892db
...@@ -255,6 +255,7 @@ struct onnx_parser ...@@ -255,6 +255,7 @@ struct onnx_parser
? op::batch_norm_inference::spatial ? op::batch_norm_inference::spatial
: op::batch_norm_inference::per_activation; : op::batch_norm_inference::per_activation;
} }
(void)is_test;
op::batch_norm_inference op{epsilon, momentum, bn_mode}; op::batch_norm_inference op{epsilon, momentum, bn_mode};
return prog.add_instruction(op, std::move(args)); return prog.add_instruction(op, std::move(args));
} }
......
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