We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 20be8e7 + d20c6eb commit a448fbeCopy full SHA for a448fbe
paddle/fluid/operators/math/CMakeLists.txt
@@ -38,7 +38,7 @@ math_library(lstm_compute DEPS activation_functions)
38
math_library(math_function DEPS cblas)
39
math_library(maxouting)
40
math_library(pooling)
41
-math_library(selected_rows_functor DEPS selected_rows)
+math_library(selected_rows_functor DEPS selected_rows math_function)
42
math_library(sequence2batch)
43
math_library(sequence_padding)
44
math_library(sequence_pooling DEPS math_function)
0 commit comments