Home
last modified time | relevance | path

Searched defs:logical_and_ (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DBinaryOps.cpp1482 Tensor& logical_and_(Tensor& self, const Tensor& other) { return comparison_op_(self, other, static… in logical_and_() function
/aosp_15_r20/external/pytorch/torch/_refs/
H A D__init__.py6292 logical_and_ = _make_inplace(logical_and) variable