Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/petgraph/src/visit/
Ddfsvisit.rs79 fn should_prune(&self) -> bool; in should_prune() method
89 fn should_prune(&self) -> bool { in should_prune() method
105 fn should_prune(&self) -> bool { in should_prune() method
124 fn should_prune(&self) -> bool { in should_prune() method
/aosp_15_r20/external/pytorch/torch/_inductor/
H A Dscheduler.py309 def should_prune(dep: Dep) -> bool: function
771 def should_prune(dep: Dep) -> bool: function