“07fd2913cae658e36abcc5b86057097ee1c48c41”上不存在“_all_pages/v2.1.0/debug_tools.md”
提交 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.
先完成此消息的编辑!
想要评论请 注册