Home
last modified time | relevance | path

Searched defs:Pointers (Results 1 – 25 of 72) sorted by relevance

123

/aosp_15_r20/external/pytorch/torch/distributed/
H A DCONTRIBUTING.md18 #### 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/
Dlinked_list.rs71 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 Dpcscan_unittest.cc690 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/
Dapi_guidelines.md68 ## Pointers section in API Guidelines
77 ### Mutability
/aosp_15_r20/external/rust/android-crates-io/crates/uefi-raw/
Dapi_guidelines.md68 ## Pointers section in API Guidelines
77 ### Mutability
/aosp_15_r20/external/python/cpython2/Doc/library/
Dctypes.rst700 Pointers section in ctypes tutorial
800 .. _ctypes-type-conversions:
/aosp_15_r20/external/python/cpython3/Doc/library/
Dctypes.rst725 Pointers section in ctypes tutorial
825 .. _ctypes-type-conversions:
/aosp_15_r20/system/extras/memory_replay/
H A DAlloc.h23 class Pointers; variable
H A DThreads.h23 class Pointers; variable
H A DThread.h27 class Pointers; variable
H A DPointers.cpp29 Pointers::Pointers(size_t max_allocs) { in Pointers() function in Pointers
/aosp_15_r20/external/swiftshader/docs/
H A DReactor.md146 ### Pointers subsection
/aosp_15_r20/external/python/cpython2/Doc/extending/
Dextending.rst1074 .. _cplusplus:
/aosp_15_r20/external/python/cpython3/Doc/extending/
Dextending.rst1121 .. _cplusplus:
/aosp_15_r20/external/llvm/docs/
H A DStatepoints.rst256 .. _gc_transition_args:
H A DAliasAnalysis.rst102 .. _alias:
/aosp_15_r20/external/cronet/third_party/libc++/src/benchmarks/
H A Dallocation.bench.cpp74 std::vector<void*> Pointers(NumAllocs); in BM_DeallocateOnly() local
/aosp_15_r20/external/pigweed/pw_tokenizer/
H A Dargument_types_test.cc263 TEST(ArgumentTypesFromC, Pointers) { in TEST() argument
/aosp_15_r20/external/llvm/unittests/Analysis/
H A DAliasAnalysisTest.cpp48 SetVector<Value *> Pointers; in runOnFunction() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
H A DAliasAnalysisEvaluator.cpp108 SetVector<std::pair<const Value *, Type *>> Pointers; in runInternal() local
/aosp_15_r20/external/llvm/lib/Analysis/
H A DAliasAnalysisEvaluator.cpp101 SetVector<Value *> Pointers; in runInternal() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DAliasAnalysisEvaluator.cpp99 SetVector<Value *> Pointers; in runInternal() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_matchers.h534 std::vector<const HloInstruction*> Pointers(const Container& container) { in Pointers() function
/aosp_15_r20/external/scudo/standalone/tests/
H A Dtsd_test.cpp186 static std::set<void *> Pointers; variable
/aosp_15_r20/external/libbrillo/brillo/
H A Dany_test.cc142 TEST(Any, Pointers) { in TEST() argument

123