Fix parameter name mismatch.
Making clang-tidy happy. PiperOrigin-RevId: 336204904 Change-Id: Ife34458a3d2391f8cc386b0f0d938c5721ef0368
This commit is contained in:
parent
683c0f87c7
commit
e87c9e1b85
@ -161,7 +161,7 @@ Status ConvertGraphDefToXlaViaMlir(
|
|||||||
return ConvertMLIRToXlaComputation(*module, /*device_type=*/"XLA_CPU_JIT",
|
return ConvertMLIRToXlaComputation(*module, /*device_type=*/"XLA_CPU_JIT",
|
||||||
computation,
|
computation,
|
||||||
/*use_tuple_args=*/false,
|
/*use_tuple_args=*/false,
|
||||||
/*always_return_tuple=*/true);
|
/*return_tuple=*/true);
|
||||||
}
|
}
|
||||||
|
|
||||||
} // namespace tensorflow
|
} // namespace tensorflow
|
||||||
|
Loading…
Reference in New Issue
Block a user