Automated Code Change

PiperOrigin-RevId: 765766003
This commit is contained in:
A. Unique TensorFlower
2025-06-01 00:00:25 -07:00
committed by TensorFlower Gardener
parent ab1f8d81d2
commit b0dbf087aa
2 changed files with 2 additions and 0 deletions

View File

@@ -28,6 +28,7 @@ cc_library(
"//xla:shape_util",
"//xla:util",
"//xla:xla_data_proto_cc",
"//xla:xla_proto_cc",
"//xla/hlo/ir:hlo",
"//xla/hlo/pass:hlo_pass",
"//xla/hlo/transforms/simplifiers:hlo_dce",

View File

@@ -67,6 +67,7 @@ limitations under the License.
#include "xla/tsl/platform/errors.h"
#include "xla/tsl/platform/statusor.h"
#include "xla/util.h"
#include "xla/xla.pb.h"
#include "xla/xla_data.pb.h"
#include "tsl/platform/path.h"