Skip to content

Commit

Permalink
[XLA:DYNAMIC_PADDER] Do not pad init values into non-reduced dimensions
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 431097193
  • Loading branch information
blakehechtman authored and tensorflower-gardener committed Feb 26, 2022
1 parent aa89283 commit 9e51184
Show file tree
Hide file tree
Showing 5 changed files with 203 additions and 188 deletions.
2 changes: 1 addition & 1 deletion tensorflow/compiler/xla/service/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3408,7 +3408,6 @@ cc_library(
":hlo_creation_utils",
":hlo_dce",
":hlo_pass",
":hlo_verifier",
":pattern_matcher",
":shape_inference",
"//tensorflow/compiler/xla:comparison_util",
Expand All @@ -3425,6 +3424,7 @@ cc_library(
"@com_google_absl//absl/container:flat_hash_map",
"@com_google_absl//absl/container:flat_hash_set",
"@com_google_absl//absl/strings:str_format",
"@com_google_absl//absl/types:optional",
],
)

Expand Down
Loading

0 comments on commit 9e51184

Please sign in to comment.