mirror of
https://github.com/zebrajr/tensorflow.git
synced 2026-01-15 12:15:41 +00:00
Automated Code Change
PiperOrigin-RevId: 847625245
This commit is contained in:
committed by
TensorFlower Gardener
parent
64337a1e3c
commit
7b0d71c54e
@@ -119,7 +119,7 @@ ENTRY main {
|
||||
cpu::CpuAotCompilationOptions::RelocationModel::BigPic);
|
||||
|
||||
TF_ASSERT_OK_AND_ASSIGN(
|
||||
std::vector<std::unique_ptr<AotCompilationResult>> aot_compilation_result,
|
||||
std::vector<std::unique_ptr<CompiledModule>> aot_compilation_result,
|
||||
cpu_compiler.CompileAheadOfTime(std::move(hlo_module),
|
||||
aot_compilation_options));
|
||||
EXPECT_EQ(aot_compilation_result.size(), 1);
|
||||
|
||||
Reference in New Issue
Block a user