提交 d1519c74 编写于 作者: 赵奇可

fix code style

上级 536a5868
...@@ -53,7 +53,7 @@ TEST_F(ResizeBicubicTest, CPUResizeBicubicWOAlignCorners) { ...@@ -53,7 +53,7 @@ TEST_F(ResizeBicubicTest, CPUResizeBicubicWOAlignCorners) {
ExpectTensorNear<float>(*expected, *net.GetOutput("Output"), 1e-5); ExpectTensorNear<float>(*expected, *net.GetOutput("Output"), 1e-5);
} }
TEST_F(ResizeBicubicTest, CPUResizeBicubicWOAlignCorners1) { TEST_F(ResizeBicubicTest, CPUResizeBicubicWOAlignCornersFloat) {
testing::internal::LogToStderr(); testing::internal::LogToStderr();
// Construct graph // Construct graph
OpsTestNet net; OpsTestNet net;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册