Browse Source

Merge pull request #218 from dmansfield/unpack-sparse-features-linkage

Fix linkage of UnpackSparseFeatures op so kernel is registered
Maciek Chociej 9 years ago
parent
commit
037903943e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      syntaxnet/syntaxnet/BUILD

+ 1 - 0
syntaxnet/syntaxnet/BUILD

@@ -389,6 +389,7 @@ cc_library(
         ":sparse_proto",
         ":utils",
     ],
+    alwayslink = 1,
 )
 
 cc_library(