torch.GetOpKind
export type GetOpKind<Op extends OpName> = OpSchemas[Op]['kind'];Opextends OpNameGet the kind of an operation ('binary', 'unary', 'reduction', etc.).
export type GetOpKind<Op extends OpName> = OpSchemas[Op]['kind'];Opextends OpNameGet the kind of an operation ('binary', 'unary', 'reduction', etc.).