Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dwhile_loop_trip_count_annotator_test.cc138 TEST_F(TripCountAnnotatorTest, LessThanOrEqualTo) { in TEST_F() argument
/aosp_15_r20/build/soong/android/
H A Dapi_levels.go228 func (this ApiLevel) LessThanOrEqualTo(other ApiLevel) bool { func
/aosp_15_r20/art/compiler/optimizing/
H A Dbounds_check_elimination.cc179 bool LessThanOrEqualTo(ValueBound bound) const { in LessThanOrEqualTo() function in art::ValueBound