Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/rusqlite/src/util/
Dsmall_cstr.rs51 fn debug_checks(&self) { in debug_checks() method
61 fn debug_checks(&self) {} in debug_checks() method
/aosp_15_r20/external/pytorch/torch/_dynamo/
H A Dbytecode_transformation.py1135 def debug_checks(code): function