daphne-project/daphne

Logical `XOR` for elementwise and outer binary operations

Open

#551 opened on Jun 23, 2023

 (0 comments) (0 reactions) (0 assignees)C++ (84 forks)auto 404
good first issue

Repository metrics

Stars
 (80 stars)
PR merge metrics
 (PR metrics pending)

Description

DAPHNE already supports logical AND and OR for elementwise binary operations and outer binary operations. However, offering XOR as well would be great.

Contributor guide