Skip to content

Commit

Permalink
Automated Code Change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 632755789
  • Loading branch information
tensorflower-gardener committed May 11, 2024
1 parent 67846fb commit b63427d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tensorflow/tools/optimization/BUILD
Expand Up @@ -29,6 +29,7 @@ tf_cuda_library(
"//tensorflow/core:protos_all_cc",
"//tensorflow/core:tensorflow",
"@com_google_absl//absl/memory",
"@com_google_absl//absl/status",
"@com_google_absl//absl/strings",
"@com_google_absl//absl/strings:string_view",
],
Expand Down
1 change: 1 addition & 0 deletions tensorflow/tools/optimization/optimization_pass_runner.cc
Expand Up @@ -24,6 +24,7 @@ limitations under the License.
#include <vector>

#include "absl/memory/memory.h"
#include "absl/status/status.h"
#include "absl/strings/str_cat.h"
#include "absl/strings/string_view.h"
#include "tensorflow/core/common_runtime/device_set.h"
Expand Down

0 comments on commit b63427d

Please sign in to comment.