torch.tx.ParseResult
export interface ParseResult {
ast: ASTNode;
expression: string;
/** Output dimension labels if specified with -> [label1, label2, ...] */
outputLabels?: string[];
}ast(ASTNode)expression(string)outputLabels(string[])optional- – Output dimension labels if specified with -> [label1, label2, ...]