Skip to content

Commit

Permalink
Change the tensorflow/python/layers/normalization to lazy load the ke…
Browse files Browse the repository at this point in the history
…ras code.

The actual Keras code doesn't live in the tensorflow/python.

PiperOrigin-RevId: 408702777
  • Loading branch information
qlzh727 authored and tensorflower-gardener committed Nov 9, 2021
1 parent 8328312 commit dc9e553
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions keras/legacy_tf_layers/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ load("@org_keras//keras:keras.bzl", "cuda_py_test")
package(
default_visibility = [
"//keras:friends",
"//learning/brain/contrib:__subpackages__",
"//third_party/tensorflow:__subpackages__",
],
licenses = ["notice"],
Expand Down

0 comments on commit dc9e553

Please sign in to comment.