mirror of
https://github.com/zebrajr/tensorflow.git
synced 2025-12-06 00:19:58 +01:00
Automated Code Change
PiperOrigin-RevId: 820505039
This commit is contained in:
parent
a8a747470e
commit
5592d364ec
|
|
@ -202,6 +202,7 @@ cc_library(
|
|||
"@com_google_absl//absl/synchronization",
|
||||
"@com_google_absl//absl/time",
|
||||
"@com_google_absl//absl/types:span",
|
||||
"@com_google_protobuf//:protobuf",
|
||||
"@llvm-project//mlir:IR",
|
||||
"@local_tsl//tsl/platform:path",
|
||||
"@local_tsl//tsl/platform:protobuf",
|
||||
|
|
@ -300,6 +301,7 @@ cc_library(
|
|||
"@com_google_absl//absl/log",
|
||||
"@com_google_absl//absl/log:check",
|
||||
"@com_google_absl//absl/strings:str_format",
|
||||
"@com_google_protobuf//:protobuf_lite",
|
||||
"@llvm-project//llvm:Support",
|
||||
"@local_tsl//tsl/platform:protobuf",
|
||||
],
|
||||
|
|
@ -408,6 +410,7 @@ xla_cc_test(
|
|||
"@com_google_absl//absl/strings:str_format",
|
||||
"@com_google_absl//absl/strings:string_view",
|
||||
"@com_google_googletest//:gtest_main",
|
||||
"@com_google_protobuf//:protobuf",
|
||||
"@local_tsl//tsl/platform:path",
|
||||
"@local_tsl//tsl/platform:protobuf",
|
||||
],
|
||||
|
|
@ -447,6 +450,7 @@ cc_library(
|
|||
"@com_google_absl//absl/strings:str_format",
|
||||
"@com_google_absl//absl/synchronization",
|
||||
"@com_google_absl//absl/time",
|
||||
"@com_google_protobuf//:protobuf",
|
||||
"@llvm-project//llvm:Support",
|
||||
"@local_tsl//tsl/platform:base64",
|
||||
"@local_tsl//tsl/platform:path",
|
||||
|
|
@ -697,6 +701,7 @@ xla_cc_test(
|
|||
"@com_google_absl//absl/status:status_matchers",
|
||||
"@com_google_absl//absl/strings",
|
||||
"@com_google_googletest//:gtest",
|
||||
"@com_google_protobuf//:protobuf",
|
||||
"@local_tsl//tsl/platform:path",
|
||||
"@local_tsl//tsl/platform:protobuf",
|
||||
],
|
||||
|
|
|
|||
|
|
@ -24,6 +24,7 @@ limitations under the License.
|
|||
#include "absl/log/check.h"
|
||||
#include "absl/strings/str_format.h"
|
||||
#include "absl/strings/string_view.h"
|
||||
#include "google/protobuf/text_format.h"
|
||||
#include "xla/hlo/ir/hlo_clone_context.h"
|
||||
#include "xla/hlo/parser/hlo_parser.h"
|
||||
#include "xla/stream_executor/device_description.h"
|
||||
|
|
|
|||
|
|
@ -36,6 +36,7 @@ limitations under the License.
|
|||
#include "absl/time/clock.h"
|
||||
#include "llvm/ADT/StringRef.h"
|
||||
#include "llvm/Support/SHA256.h"
|
||||
#include "google/protobuf/text_format.h"
|
||||
#include "xla/autotune_results.pb.h"
|
||||
#include "xla/autotuning.pb.h"
|
||||
#include "xla/hlo/ir/hlo_clone_context.h"
|
||||
|
|
|
|||
|
|
@ -28,6 +28,7 @@ limitations under the License.
|
|||
#include "absl/status/status_matchers.h"
|
||||
#include "absl/strings/str_cat.h"
|
||||
#include "absl/strings/string_view.h"
|
||||
#include "google/protobuf/text_format.h"
|
||||
#include "xla/autotune_results.pb.h"
|
||||
#include "xla/autotuning.pb.h"
|
||||
#include "xla/hlo/ir/hlo_computation.h"
|
||||
|
|
|
|||
|
|
@ -29,6 +29,7 @@ limitations under the License.
|
|||
#include "absl/log/log.h"
|
||||
#include "absl/strings/str_format.h"
|
||||
#include "llvm/ADT/STLExtras.h"
|
||||
#include "google/protobuf/repeated_field.h"
|
||||
#include "xla/hlo/ir/hlo_instructions.h"
|
||||
#include "xla/hlo/ir/hlo_module.h"
|
||||
#include "xla/hlo/ir/hlo_opcode.h"
|
||||
|
|
|
|||
|
|
@ -41,6 +41,7 @@ limitations under the License.
|
|||
#include "absl/synchronization/mutex.h"
|
||||
#include "absl/time/time.h"
|
||||
#include "absl/types/span.h"
|
||||
#include "google/protobuf/text_format.h"
|
||||
#include "xla/autotune_results.pb.h"
|
||||
#include "xla/autotuning.pb.h"
|
||||
#include "xla/backends/gpu/runtime/buffer_comparator.h"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user