Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/_inductor/
H A Dsizevars.py484 def evaluate_max(self, left: Expr, right: Expr) -> Expr: member in SizeVarAllocator
/aosp_15_r20/external/skia/src/sksl/ir/
H A DSkSLFunctionCall.cpp412 double evaluate_max(double a, double b, double) { return (a > b) ? a : b; } in evaluate_max() function