提交 feab051b 编写于 作者: W wuchenghui

merge master

...@@ -58,3 +58,15 @@ cc_test( ...@@ -58,3 +58,15 @@ cc_test(
"@gtest//:gtest_main", "@gtest//:gtest_main",
], ],
) )
cc_test(
name = "conv_2d_test",
srcs = ["conv_2d_test.cc",],
deps = [
":ops",
":test",
"@gtest//:gtest_main",
],
copts = ['-std=c++11'],
linkstatic = 1,
)
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册