mirror of
https://github.com/zebrajr/tensorflow.git
synced 2026-01-15 12:15:41 +00:00
Automated Code Change
PiperOrigin-RevId: 847622680
This commit is contained in:
committed by
TensorFlower Gardener
parent
e3e3bc1946
commit
f4e53263b1
@@ -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.");
|
||||
|
||||
Reference in New Issue
Block a user