mirror of
https://github.com/zebrajr/tensorflow.git
synced 2026-01-15 12:15:41 +00:00
Automated Code Change
PiperOrigin-RevId: 847628658
This commit is contained in:
committed by
TensorFlower Gardener
parent
b1d2538541
commit
bb8c750b2f
@@ -81,7 +81,7 @@ absl::StatusOr<std::string> XlaDeviceCompilerClient::BuildSerializedExecutable(
|
||||
xla::ExecutableBuildOptions build_options = GetExecutableBuildOptions(
|
||||
options, result, client_->default_device_ordinal());
|
||||
TF_ASSIGN_OR_RETURN(
|
||||
std::vector<std::unique_ptr<xla::AotCompilationResult>> aot_results,
|
||||
std::vector<std::unique_ptr<xla::CompiledModule>> aot_results,
|
||||
client_->CompileAheadOfTime(*result.computation, argument_layouts,
|
||||
build_options));
|
||||
TF_RET_CHECK(aot_results.size() == 1);
|
||||
|
||||
Reference in New Issue
Block a user