Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/python/
H A Dmodule_python.h11 inline std::optional<Module> as_module(py::handle obj) { in as_module() function
/aosp_15_r20/external/rust/android-crates-io/crates/bindgen/ir/
Ditem_kind.rs31 pub(crate) fn as_module(&self) -> Option<&Module> { in as_module() method
Ditem.rs967 pub(crate) fn as_module(&self) -> Option<&Module> { in as_module() method