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.
Like ==, but when run on list/tuple, it will recursively test equality and use sym_and to join the results together, without guarding.