Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/c10/core/
H A DSymInt.h401 inline bool sym_gt(int64_t a, int64_t b) { in sym_gt() function
405 inline SymBool sym_gt(const SymInt& a, const SymInt& b) { in sym_gt() function
H A DSymFloat.cpp105 SymBool SymFloat::sym_gt(const SymFloat& sci) const { in sym_gt() function in c10::SymFloat