Explorar o código

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

Fix linkage of UnpackSparseFeatures op so kernel is registered
Maciek Chociej %!s(int64=9) %!d(string=hai) anos
pai
achega
037903943e
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      syntaxnet/syntaxnet/BUILD

+ 1 - 0
syntaxnet/syntaxnet/BUILD

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