/aosp_15_r20/external/pytorch/torch/distributed/ |
H A D | CONTRIBUTING.md | 18 #### Collectives and Communication Library (C10D) 26 #### DTensor 31 #### Distributed Data Parallel (DDP) 36 #### Fully Sharded Data Parallel (FSDP) 42 #### Tensor Parallel (TP) 47 #### Pipeline Parallel (PP)
|
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/util/ |
D | linked_list.rs | 71 pub(crate) struct Pointers<T> { struct 72 inner: UnsafeCell<PointersInner<T>>, argument 101 unsafe impl<T: Send> Send for Pointers<T> {} implementation 102 unsafe impl<T: Sync> Sync for Pointers<T> {} implementation 421 impl<T> Pointers<T> { impl 456 impl<T> fmt::Debug for Pointers<T> { implementation
|
/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/starscan/ |
H A D | pcscan_unittest.cc | 690 struct Pointers { in TEST_F() struct 691 void* super_page; in TEST_F() 692 void* metadata_page; in TEST_F() 693 void* guard_page1; in TEST_F() 694 void* scan_bitmap; in TEST_F() 695 void* guard_page2; in TEST_F()
|
/aosp_15_r20/external/rust/crates/uefi-raw/ |
D | api_guidelines.md | 68 ## Pointers section in API Guidelines 77 ### Mutability
|
/aosp_15_r20/external/rust/android-crates-io/crates/uefi-raw/ |
D | api_guidelines.md | 68 ## Pointers section in API Guidelines 77 ### Mutability
|
/aosp_15_r20/external/python/cpython2/Doc/library/ |
D | ctypes.rst | 700 Pointers section in ctypes tutorial 800 .. _ctypes-type-conversions:
|
/aosp_15_r20/external/python/cpython3/Doc/library/ |
D | ctypes.rst | 725 Pointers section in ctypes tutorial 825 .. _ctypes-type-conversions:
|
/aosp_15_r20/system/extras/memory_replay/ |
H A D | Alloc.h | 23 class Pointers; variable
|
H A D | Threads.h | 23 class Pointers; variable
|
H A D | Thread.h | 27 class Pointers; variable
|
H A D | Pointers.cpp | 29 Pointers::Pointers(size_t max_allocs) { in Pointers() function in Pointers
|
/aosp_15_r20/external/swiftshader/docs/ |
H A D | Reactor.md | 146 ### Pointers subsection
|
/aosp_15_r20/external/python/cpython2/Doc/extending/ |
D | extending.rst | 1074 .. _cplusplus:
|
/aosp_15_r20/external/python/cpython3/Doc/extending/ |
D | extending.rst | 1121 .. _cplusplus:
|
/aosp_15_r20/external/llvm/docs/ |
H A D | Statepoints.rst | 256 .. _gc_transition_args:
|
H A D | AliasAnalysis.rst | 102 .. _alias:
|
/aosp_15_r20/external/cronet/third_party/libc++/src/benchmarks/ |
H A D | allocation.bench.cpp | 74 std::vector<void*> Pointers(NumAllocs); in BM_DeallocateOnly() local
|
/aosp_15_r20/external/pigweed/pw_tokenizer/ |
H A D | argument_types_test.cc | 263 TEST(ArgumentTypesFromC, Pointers) { in TEST() argument
|
/aosp_15_r20/external/llvm/unittests/Analysis/ |
H A D | AliasAnalysisTest.cpp | 48 SetVector<Value *> Pointers; in runOnFunction() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/ |
H A D | AliasAnalysisEvaluator.cpp | 108 SetVector<std::pair<const Value *, Type *>> Pointers; in runInternal() local
|
/aosp_15_r20/external/llvm/lib/Analysis/ |
H A D | AliasAnalysisEvaluator.cpp | 101 SetVector<Value *> Pointers; in runInternal() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | AliasAnalysisEvaluator.cpp | 99 SetVector<Value *> Pointers; in runInternal() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/ |
H A D | hlo_matchers.h | 534 std::vector<const HloInstruction*> Pointers(const Container& container) { in Pointers() function
|
/aosp_15_r20/external/scudo/standalone/tests/ |
H A D | tsd_test.cpp | 186 static std::set<void *> Pointers; variable
|
/aosp_15_r20/external/libbrillo/brillo/ |
H A D | any_test.cc | 142 TEST(Any, Pointers) { in TEST() argument
|