Home
last modified time | relevance | path

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

/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/vp/cm_fc_ld/
H A DPatchInfoRecord.h217 bool to_empty(bool FromDef) const { return ToList[FromDef].empty(); } in to_empty() function
/aosp_15_r20/external/rust/android-crates-io/crates/regex-syntax/src/hir/literal/
Dmod.rs149 pub fn to_empty(&self) -> Literals { in to_empty() method
/aosp_15_r20/external/pytorch/torch/nn/modules/
H A Dmodule.py1178 def to_empty( member in Module