W3cubDocs

/PyTorch 2.9

torch.fx.experimental.symbolic_shapes.sym_eq

torch.fx.experimental.symbolic_shapes.sym_eq(x, y) [source]

Like ==, but when run on list/tuple, it will recursively test equality and use sym_and to join the results together, without guarding.

Return type

BoolLikeType

© 2025, PyTorch Contributors
PyTorch has a BSD-style license, as found in the LICENSE file.
https://docs.pytorch.org/docs/2.9/generated/torch.fx.experimental.symbolic_shapes.sym_eq.html