This CL fixes a bug preventing Eager tapes from working remotely.
Previously, tapes would attempt to access remote TensorHandle tensors directly (unsupported remotely) to get their shapes, causing an error. They now access the remote shape via a new TensorHandle `Shape` method, which can unify local and remote TensorHandle shape accesses. This CL also adds some tests to ensure taping during remote execution works. PiperOrigin-RevId: 204819435
Loading
Please sign in to comment