Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DBinaryOps.cpp1447 Tensor& greater_equal_out(const Tensor& self, const Tensor& other, Tensor& result) { return at::ge_… in greater_equal_out() function
1450 Tensor& greater_equal_out(const Tensor& self, const Scalar& other, Tensor& result) { return at::ge_… in greater_equal_out() function