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