torch.IsBinaryOp
export type IsBinaryOp<S extends OpSchema> = S extends BinaryOpSchema ? true : false;Sextends OpSchemaCheck if an operation schema is binary.
export type IsBinaryOp<S extends OpSchema> = S extends BinaryOpSchema ? true : false;Sextends OpSchemaCheck if an operation schema is binary.