Home
last modified time | relevance | path

Searched defs:lazy_init (Results 1 – 19 of 19) sorted by relevance

/aosp_15_r20/external/pytorch/torch/distributed/_composable/fsdp/
H A D_fsdp_param_group.py46 def lazy_init(self): member in FSDPCommContext
211 def lazy_init(self): member in FSDPParamGroup
/aosp_15_r20/external/scapy/scapy/modules/
H A Dqueso.py36 def lazy_init(self): member in QuesoKnowledgeBase
H A Dnmap.py54 def lazy_init(self): member in NmapKnowledgeBase
H A Dp0f.py59 def lazy_init(self): member in p0fKnowledgeBase
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sys/thread_local/key/
H A Dracy.rs46 fn lazy_init(&self) -> usize { in lazy_init() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/thread_local/key/
H A Dracy.rs46 fn lazy_init(&self) -> usize { in lazy_init() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/thread_local/key/
H A Dracy.rs46 fn lazy_init(&self) -> usize { in lazy_init() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys_common/
H A Dthread_local_key.rs140 unsafe fn lazy_init(&self) -> usize { in lazy_init() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys_common/
H A Dthread_local_key.rs140 unsafe fn lazy_init(&self) -> usize { in lazy_init() method
/aosp_15_r20/external/pytorch/torch/distributed/_composable/
H A Dreplicate.py64 def lazy_init(self) -> None: member in _ReplicateState
/aosp_15_r20/external/pytorch/torch/_inductor/fx_passes/
H A Dfreezing_patterns.py87 def lazy_init(): function
H A Djoint_graph.py44 def lazy_init(): function
H A Dpre_grad.py104 def lazy_init(): function
H A Dpost_grad.py152 def lazy_init(): function
/aosp_15_r20/external/protobuf/src/google/protobuf/compiler/javanano/
H A Djavanano_message.cc224 bool lazy_init = descriptor_->extension_count() == 0; in Generate() local
/aosp_15_r20/external/scapy/scapy/
H A Ddata.py271 def lazy_init(self): member in KnowledgeBase
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/
Dfuture.hpp2273 void lazy_init() in lazy_init() function in boost::promise
2564 void lazy_init() in lazy_init() function in boost::promise
2747 void lazy_init() in lazy_init() function in boost::promise
/aosp_15_r20/external/pytorch/torch/_inductor/
H A Dpattern_matcher.py1940 def lazy_init() -> Any: function
/aosp_15_r20/external/pytorch/torch/testing/_internal/
H A Dcommon_utils.py5223 def lazy_init(self, cb): function