Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Virtualization/libs/libvmbase/src/
Dutil.rs71 fn is_within(&self, other: &Self) -> bool; in is_within() method
78 fn is_within(&self, other: &Self) -> bool { in is_within() method
88 fn is_within(&self, other: &Self) -> bool { in is_within() method
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Dop_selector.py288 def is_within(op): function