Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/templates/
H A DRegisterFunctionalization.cpp49 auto has_overlap = at::has_internal_overlap(t); in has_internal_overlap_helper() local
/aosp_15_r20/external/executorch/exir/
H A Dmemory_planning.py72 def has_overlap(cls, lhs_ivl: List[int], rhs_ivl: List[int]) -> bool: member in Verifier
/aosp_15_r20/external/pytorch/aten/src/ATen/core/
H A Dtensor_type.cpp159 bool has_overlap = false; in computeStrideProps() local