"backend/apps/vscode:/vscode.git/clone" did not exist on "26e735618e46b5fce735e6aa269fe3b81a23ec1b"
Commit 39b9534b authored by Khalique's avatar Khalique
Browse files

formatting

parent 7084ca56
......@@ -616,10 +616,10 @@ TEST_CASE(lrn_test)
auto l0 = p.add_parameter("0", migraphx::shape{migraphx::shape::float_type, {1, 28, 24, 24}});
migraphx::op::lrn op;
op.size = 5;
op.size = 5;
op.alpha = 0.0001;
op.beta = 0.75;
op.bias = 1.0;
op.beta = 0.75;
op.bias = 1.0;
p.add_instruction(op, l0);
migraphx::parse_onnx("lrn_test.onnx");
}
......
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