mirror of
https://github.com/zebrajr/tensorflow.git
synced 2026-01-15 12:15:41 +00:00
Fix bug: Using a ComputationDataHandle from the wrong ComputationBuilder.
PiperOrigin-RevId: 165724017
This commit is contained in:
committed by
TensorFlower Gardener
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);
|
||||
|
||||
Reference in New Issue
Block a user