Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/fx/
H A Dtensor_type.py57 def is_consistent(t1, t2): function
/aosp_15_r20/packages/modules/Virtualization/guest/authfs/src/fsverity/
Dbuilder.rs105 pub fn is_consistent(&self, index: usize, hash: &Sha256Hash) -> bool { in is_consistent() method
/aosp_15_r20/bootable/libbootloader/gbl/libstorage/src/
H A Dgpt.rs769 fn is_consistent(primary: &GptHeader, secondary: &GptHeader) -> bool { in is_consistent() function