Skip to content

Commit

Permalink
Merge pull request tensorflow#53669 from PatriceVignola:link-pywrap-k…
Browse files Browse the repository at this point in the history
…ernels-experimental

PiperOrigin-RevId: 423457918
Change-Id: Ia3106b31bef27b305582076f2a9f76545da94e8e
  • Loading branch information
tensorflower-gardener committed Jan 22, 2022
2 parents 385b91c + f391911 commit d6ddcec
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tensorflow/python/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ load("//tensorflow:tensorflow.bzl", "tf_external_workspace_visible")

# buildifier: disable=same-origin-load
load("//tensorflow:tensorflow.bzl", "tf_pybind_cc_library_wrapper")
load("//tensorflow:tensorflow.bzl", "if_windows")

# buildifier: disable=same-origin-load
load("//tensorflow:tensorflow.bzl", "tf_py_test")
Expand Down Expand Up @@ -3311,6 +3312,8 @@ pywrap_tensorflow_macro(
"//tensorflow/core/util:determinism",
"//tensorflow/core/platform:tensor_float_32_utils",
"//tensorflow/core/platform:enable_tf2_utils",
]) + if_windows([
"//tensorflow/c:kernels_experimental",
]),
)

Expand Down

0 comments on commit d6ddcec

Please sign in to comment.