Rate this Page

torch.fx.experimental.unification.multipledispatch.dispatcher.str_signature#

torch.fx.experimental.unification.multipledispatch.dispatcher.str_signature(sig)[source]#

String representation of type signature >>> str_signature((int, float)) ‘int, float’