Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/rayon-core/src/scope/
Dmod.rs756 struct ScopePtr<T>(*const T); struct
759 unsafe impl<T: Sync> Send for ScopePtr<T> {} implementation
762 unsafe impl<T: Sync> Sync for ScopePtr<T> {} implementation
764 impl<T> ScopePtr<T> { impl
/aosp_15_r20/external/pytorch/torch/csrc/jit/ir/
H A Dscope.h26 using ScopePtr = c10::intrusive_ptr<Scope>; variable
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/onnx/
H A Dfunction_extraction.cpp1016 std::unordered_map<ScopePtr, scope_list>& identical_scope_map) { in SortScopesByMaxDepth()