Searched defs:greater_out (Results 1 – 1 of 1) sorted by relevance
1439 Tensor& greater_out(const Tensor& self, const Tensor& other, Tensor& result) { return at::gt_out(re… in greater_out() function1442 Tensor& greater_out(const Tensor& self, const Scalar& other, Tensor& result) { return at::gt_out(re… in greater_out() function