Home
last modified time | relevance | path

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

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