STT-tensorflow/tensorflow/contrib/layers/kernels/BUILD
Peter Hawkins 3f23f4ddea Automated rollback of commit 6fa6bd045c
PiperOrigin-RevId: 217173355
2018-10-15 11:22:32 -07:00

21 lines
491 B
Python

# Description:
# Contains kernels for layers.
licenses(["notice"]) # Apache 2.0
exports_files(["LICENSE"])
package(default_visibility = ["//tensorflow:__subpackages__"])
cc_library(
name = "sparse_feature_cross_kernel",
srcs = ["sparse_feature_cross_kernel.cc"],
deps = [
"//tensorflow/core:framework_headers_lib",
"//third_party/eigen3",
"@farmhash_archive//:farmhash",
"@protobuf_archive//:protobuf_headers",
],
alwayslink = 1,
)