Skip to content

Commit

Permalink
Automated Code Change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 632754608
  • Loading branch information
tensorflower-gardener committed May 11, 2024
1 parent 145c14e commit 67846fb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 1 addition & 4 deletions tensorflow/compiler/mlir/tfrt/BUILD
Expand Up @@ -408,10 +408,7 @@ cc_library(
hdrs = ["translate/tfrt_compile_options.h"],
compatible_with = get_compatible_with_portable(), # copybara: comment
visibility = ["//visibility:public"],
deps = [
"//tensorflow/core/protobuf:for_core_protos_cc",
"@com_google_absl//absl/strings",
],
deps = ["//tensorflow/core/protobuf:for_core_protos_cc"],
)

cc_library(
Expand Down
Expand Up @@ -19,8 +19,6 @@ limitations under the License.
#include <string>
#include <vector>

#include "absl/strings/str_join.h"

namespace tensorflow {

std::ostream& operator<<(std::ostream& os,
Expand Down

0 comments on commit 67846fb

Please sign in to comment.