Automated Code Change

PiperOrigin-RevId: 847622680
This commit is contained in:
A. Unique TensorFlower
2025-12-21 23:16:33 -08:00
committed by TensorFlower Gardener
parent e3e3bc1946
commit f4e53263b1

View File

@@ -179,7 +179,7 @@ class TpuCompiler : public Compiler {
// Compiles the HLO module group for ahead-of-time execution. This is
// intended for use in static compilation.
absl::StatusOr<std::vector<std::unique_ptr<AotCompilationResult>>>
absl::StatusOr<std::vector<std::unique_ptr<CompiledModule>>>
CompileAheadOfTime(std::unique_ptr<HloModule> hlo_module,
const AotCompilationOptions& options) override {
return Unimplemented("This compiler does not support CompileAheadOfTime.");