Searched defs:logical_xor_ (Results 1 – 2 of 2) sorted by relevance
1490 Tensor& logical_xor_(Tensor& self, const Tensor& other) { return comparison_op_(self, other, static… in logical_xor_() function
6295 logical_xor_ = _make_inplace(logical_xor) variable