Searched refs:ConvertIntKey (Results 1 – 5 of 5) sorted by relevance
29 ConvertIntKey
101 ConvertIntKey,455 elif isinstance(keypath[0], ConvertIntKey):
38 from torch.fx.experimental.symbolic_shapes import ConvertIntKey, DivideByKey, SymTypes1136 elif len(node.keypath) == 1 and isinstance(node.keypath[0], ConvertIntKey):
16 from torch.fx.experimental.symbolic_shapes import ConvertIntKey, DivideByKey, SymTypes1448 elif len(node.keypath == 1) and isinstance(node.keypath[0], ConvertIntKey):
539 class ConvertIntKey: class687 r[s.lhs] = path + (ConvertIntKey(),)