Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/rustix/
Dbuild.rs201 fn can_compile<T: AsRef<str>>(test: T) -> bool { in can_compile() function
/aosp_15_r20/external/pytorch/torch/csrc/distributed/rpc/
H A Dpy_rref.cpp89 py::bool_ can_compile = py::module::import("torch._jit_internal") in tryInferTypeWithTypeHint() local
/aosp_15_r20/external/pytorch/torch/csrc/jit/python/
H A Dpybind_utils.h433 py::bool_ can_compile = py::module::import("torch._jit_internal") in tryToInferType() local