torch.tx.PatternVariables
export type PatternVariables<Pattern extends string> = ExtractVariables<ParseExprPattern<Pattern>>;Patternextends stringExtract all variable names from a pattern string.
export type PatternVariables<Pattern extends string> = ExtractVariables<ParseExprPattern<Pattern>>;Patternextends stringExtract all variable names from a pattern string.