torch.fx.experimental.symbolic_shapes.sym_eq
-
torch.fx.experimental.symbolic_shapes.sym_eq(x, y)[source][source]
Like ==, but when run on list/tuple, it will recursively test equality
and use sym_and to join the results together, without guarding.
- 返回类型:
Union[布尔型, 符号布尔型]