Searched defs:bitwise_xor (Results 1 – 3 of 3) sorted by relevance
35 SimpleTensor<T> bitwise_xor(const SimpleTensor<T> &src1, const SimpleTensor<T> &src2) in bitwise_xor() function
68 FunctionType bitwise_xor; in compute_target() local
563 def bitwise_xor(x1, x2): function