mirror of
https://github.com/zebrajr/tensorflow.git
synced 2025-12-07 00:20:20 +01:00
Fix bug: Using a ComputationDataHandle from the wrong ComputationBuilder.
PiperOrigin-RevId: 165724017
This commit is contained in:
parent
107d165d9b
commit
aaabf6b902
|
|
@ -139,7 +139,7 @@ xla::ComputationDataHandle XlaComputeScatterAddDynamicSlice(
|
|||
out_index);
|
||||
|
||||
auto ip1 = bodyb.Add(i, bodyb.ConstantR0<int32>(1));
|
||||
bodyb.Tuple({ip1, data, indices_1d, updated_output});
|
||||
bodyb.Tuple({ip1, data, idcs, updated_output});
|
||||
}
|
||||
auto body_status = bodyb.Build();
|
||||
// TF_CHECK_OK(body_status);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user