Skip to content

Commit

Permalink
Revert "Removed merge conflict marker" (#58305)
Browse files Browse the repository at this point in the history
  • Loading branch information
vinila21 committed Oct 25, 2022
1 parent aa3f8d4 commit 32bfb01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tensorflow/core/common_runtime/eager/execute.cc
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,7 @@ bool IsHostMemoryArg(const EagerOperation& op, const NodeDef* node_def,
Status GetDeviceForInput(const EagerOperation& op, const EagerContext& ctx,
const bool is_host_memory_arg,
TensorHandle* tensor_handle, Device** result) {
>>>>>>> f5381e0e10b (Fix OOB error when op input sizes do not match.)
Device* cpu_device = ctx.HostCPU();
string device_name;
if (tensor_handle->Type() != TensorHandle::LOCAL) {
Expand Down

0 comments on commit 32bfb01

Please sign in to comment.