Skip to content

Commit

Permalink
Automated Code Change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 716880413
  • Loading branch information
Google-ML-Automation committed Jan 18, 2025
1 parent e141532 commit 365f324
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 5 deletions.
6 changes: 2 additions & 4 deletions xla/backends/interpreter/executable.cc
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,10 @@ limitations under the License.

#include "xla/backends/interpreter/executable.h"

#include <algorithm>
#include <cstring>
#include <cstdint>
#include <memory>
#include <string>
#include <optional>
#include <utility>
#include <vector>

#include "absl/status/statusor.h"
#include "absl/synchronization/mutex.h"
Expand Down
2 changes: 2 additions & 0 deletions xla/backends/interpreter/executable.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ limitations under the License.
#ifndef XLA_BACKENDS_INTERPRETER_EXECUTABLE_H_
#define XLA_BACKENDS_INTERPRETER_EXECUTABLE_H_

#include <cstdint>
#include <memory>
#include <optional>

#include "absl/base/thread_annotations.h"
#include "absl/status/statusor.h"
Expand Down
6 changes: 5 additions & 1 deletion xla/backends/interpreter/executable_base.cc
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,11 @@ limitations under the License.

#include "xla/backends/interpreter/executable_base.h"

#include <type_traits>
#include <algorithm>
#include <cstdint>
#include <memory>
#include <optional>
#include <utility>
#include <vector>

#include "absl/log/log.h"
Expand Down
1 change: 1 addition & 0 deletions xla/backends/interpreter/executable_base.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ limitations under the License.

#include <memory>
#include <optional>
#include <vector>

#include "absl/status/statusor.h"
#include "absl/types/span.h"
Expand Down
2 changes: 2 additions & 0 deletions xla/backends/interpreter/executor.cc
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ limitations under the License.

#include "xla/backends/interpreter/executor.h"

#include <cstdint>
#include <cstring>
#include <ctime>
#include <memory>
#include <utility>

Expand Down
3 changes: 3 additions & 0 deletions xla/backends/interpreter/executor.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@ limitations under the License.
#define XLA_BACKENDS_INTERPRETER_EXECUTOR_H_

#include <cstdint>
#include <cstring>
#include <memory>
#include <optional>
#include <variant>

#include "absl/functional/any_invocable.h"
#include "absl/status/status.h"
Expand Down
1 change: 1 addition & 0 deletions xla/backends/interpreter/platform.cc
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ limitations under the License.
#include "xla/backends/interpreter/platform.h"

#include <memory>
#include <string>
#include <utility>

#include "absl/status/status.h"
Expand Down

0 comments on commit 365f324

Please sign in to comment.