Fix a typo.
PiperOrigin-RevId: 305112830 Change-Id: Ib6ccb4ec9c1a6bb88ff702c3334408648c0fdfa1
This commit is contained in:
parent
745e09fbd0
commit
488a1a3c8c
@ -1483,8 +1483,8 @@ void ProcessFunctionLibraryRuntime::Run(
|
||||
FunctionLibraryRuntime::Handle handle, const FunctionArgsInterface& args,
|
||||
std::vector<Tensor>* rets,
|
||||
FunctionLibraryRuntime::DoneCallback done) const {
|
||||
const std::vector<Tensor> lcoal_inputs = args.GetLocalTensors();
|
||||
Run(opts, handle, lcoal_inputs, rets, std::move(done));
|
||||
const std::vector<Tensor> local_inputs = args.GetLocalTensors();
|
||||
Run(opts, handle, local_inputs, rets, std::move(done));
|
||||
}
|
||||
|
||||
void ProcessFunctionLibraryRuntime::CleanUp(
|
||||
|
Loading…
Reference in New Issue
Block a user