Searched defs:bitwise_and (Results 1 – 5 of 5) sorted by relevance
35 SimpleTensor<T> bitwise_and(const SimpleTensor<T> &src1, const SimpleTensor<T> &src2) in bitwise_and() function
68 FunctionType bitwise_and; in compute_target() local
48 inline void bitwise_and(const T *__restrict input1, const T *__restrict input2, T *__restrict outpu… in bitwise_and() function
33 def bitwise_and(lst): function
558 def bitwise_and(x1, x2): function