Skip to content

Commit

Permalink
Automated Code Change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 628695738
  • Loading branch information
tensorflower-gardener committed Apr 30, 2024
1 parent 5e45ce1 commit 44fed93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
4 changes: 2 additions & 2 deletions tensorflow/core/framework/tensor_slice.h
Expand Up @@ -198,8 +198,8 @@ class TensorSlice {

// TODO(yangke): switch to Eigen once it supports variable size arrays.
// A value of
gtl::InlinedVector<int64_t, 4> starts_;
gtl::InlinedVector<int64_t, 4> lengths_;
absl::InlinedVector<int64_t, 4UL> starts_;
absl::InlinedVector<int64_t, 4UL> lengths_;
};

template <int NDIMS>
Expand Down
7 changes: 0 additions & 7 deletions tensorflow/core/lib/hash/BUILD
Expand Up @@ -13,15 +13,8 @@ package(
"//tensorflow/core/lib/gtl:__pkg__",
# tensorflow/core/lib/io/table_builder.cc uses crc functionality
"//tensorflow/core/lib/io:__pkg__",
# tensorflow/core/lib/strings/proto_serialization.cc hashes proto bytes
"//tensorflow/core/lib/strings:__pkg__",
# tensorflow/core/platform:tracing depends on hash
"//tensorflow/core/platform:__subpackages__",
"@local_tsl//tsl/platform:__subpackages__",
# tensorflow/core/framework:tensor depends on hash
"//tensorflow/core/framework:__pkg__",
# For dependency on hash
"//tensorflow/cc/experimental/tf2:__subpackages__",
],
licenses = ["notice"],
)
Expand Down

0 comments on commit 44fed93

Please sign in to comment.