mirror of
https://github.com/zebrajr/tensorflow.git
synced 2025-12-06 00:19:58 +01:00
Merge pull request #50498 from penpornk/cherrypicks_0N2LD
r2.6 cherry-pick request: Add the missing kernels_experimental header file to pip package
This commit is contained in:
commit
a5317d67e6
|
|
@ -554,7 +554,10 @@ tf_cuda_library(
|
|||
|
||||
cc_library(
|
||||
name = "kernels_hdrs",
|
||||
hdrs = ["kernels.h"],
|
||||
hdrs = [
|
||||
"kernels.h",
|
||||
"kernels_experimental.h",
|
||||
],
|
||||
visibility = ["//tensorflow:internal"],
|
||||
deps = [
|
||||
":c_api_internal",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user