未验证 提交 a448fbe9 编写于 作者: T Tao Luo 提交者: GitHub

Merge pull request #9134 from putcn/fix-selected-row-dep

add math_function to selected_rows_functor dependency list
......@@ -38,7 +38,7 @@ math_library(lstm_compute DEPS activation_functions)
math_library(math_function DEPS cblas)
math_library(maxouting)
math_library(pooling)
math_library(selected_rows_functor DEPS selected_rows)
math_library(selected_rows_functor DEPS selected_rows math_function)
math_library(sequence2batch)
math_library(sequence_padding)
math_library(sequence_pooling DEPS math_function)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册