Skip to content

Commit

Permalink
Update keras API generate script.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 355213864
  • Loading branch information
qlzh727 authored and tensorflower-gardener committed Feb 2, 2021
1 parent 488bda8 commit 57d8f72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keras/api/api_gen.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def gen_api_init_files(
compat_init_template_flags += (
" --compat_init_template=$(location %s)" % compat_init_template
)
packages_to_ignore = ""
packages_to_ignore = "third_party.tensorflow.python.keras"
native.genrule(
name = name,
outs = all_output_files,
Expand Down

0 comments on commit 57d8f72

Please sign in to comment.