From bb8c750b2f2dca46272871181740966f092b42ee Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Sun, 21 Dec 2025 23:37:50 -0800 Subject: [PATCH] Automated Code Change PiperOrigin-RevId: 847628658 --- tensorflow/compiler/jit/xla_device_compiler_client.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tensorflow/compiler/jit/xla_device_compiler_client.cc b/tensorflow/compiler/jit/xla_device_compiler_client.cc index 71be1f7ec6b..ff565042347 100644 --- a/tensorflow/compiler/jit/xla_device_compiler_client.cc +++ b/tensorflow/compiler/jit/xla_device_compiler_client.cc @@ -81,7 +81,7 @@ absl::StatusOr XlaDeviceCompilerClient::BuildSerializedExecutable( xla::ExecutableBuildOptions build_options = GetExecutableBuildOptions( options, result, client_->default_device_ordinal()); TF_ASSIGN_OR_RETURN( - std::vector> aot_results, + std::vector> aot_results, client_->CompileAheadOfTime(*result.computation, argument_layouts, build_options)); TF_RET_CHECK(aot_results.size() == 1);