Rate this Page

torch.fx.experimental.symbolic_shapes.has_free_symbols#

torch.fx.experimental.symbolic_shapes.has_free_symbols(val)[source]#

Faster version of bool(free_symbols(val))

Return type

bool