Skip to content

Commit

Permalink
Update users of TSL headers and targets to new location in XLA
Browse files Browse the repository at this point in the history
Updating:
 - `env.h`
 - `env_time.h`
 - `errors.h`
 - `file_statistics.h`
 - `file_system.h`
 - `file_system_helper.h`
 - `logging.h`
 - `macros.h`
 - `status.h`
 - `status_matchers.h`
 - `status_to_from_proto.h`
 - `statusor.h`
 - `test.h`
 - `test_benchmark.h`
 - `threadpool.h`
 - `threadpool_async_executor.h`
 - `threadpool_interface.h`
 - `threadpool_options.h`
 - `types.h`

and associated targets.

PiperOrigin-RevId: 721301325
Change-Id: I167247ea821d1fae60b077dd40fdcd6ebff60d0e
  • Loading branch information
ddunl authored and copybara-github committed Jan 30, 2025
1 parent 80be745 commit 98edc2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion reverb/cc/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ reverb_cc_library(
"//third_party/absl/status",
"//third_party/absl/status:statusor",
"//third_party/absl/strings",
"//third_party/tensorflow/tsl/platform:status",
"//third_party/tensorflow/compiler/xla/tsl/platform:status",
] + reverb_tf_deps(),
)

Expand Down
2 changes: 1 addition & 1 deletion reverb/cc/tensor_compression.cc
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
#include "absl/strings/str_cat.h"
#include "reverb/cc/platform/logging.h"
#include "reverb/cc/platform/snappy.h"
#include "tensorflow/compiler/xla/tsl/platform/status.h"
#include "tensorflow/core/framework/register_types.h"
#include "tensorflow/core/framework/tensor_shape.h"
#include "tensorflow/core/framework/types.h"
#include "tensorflow/core/framework/types.pb.h"
#include "tensorflow/tsl/platform/status.h"

namespace deepmind {
namespace reverb {
Expand Down

0 comments on commit 98edc2c

Please sign in to comment.