Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/costs/
H A Dvirtual_scheduler.h246 std::function<bool(const NodeDef*, const NodeDef*)> greater_; variable
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DBinaryOps.cpp1441 Tensor& greater_(Tensor& self, const Tensor& other) { return self.gt_(other); } in greater_() function
1444 Tensor& greater_(Tensor& self, const Scalar& other) { return self.gt_(other); } in greater_() function