/aosp_15_r20/external/rust/android-crates-io/crates/sharded-slab/src/ |
D | shard.rs | 37 pub(crate) struct Shard<T, C: cfg::Config> { struct 59 struct Ptr<T, C: cfg::Config>(AtomicPtr<alloc::Track<Shard<T, C>>>); argument 66 impl<T, C> Shard<T, C> impl 102 impl<T, C> Shard<Option<T>, C> implementation 159 impl<T, C> Shard<T, C> implementation 256 impl<T: fmt::Debug, C: cfg::Config> fmt::Debug for Shard<T, C> { implementation
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/ |
H A D | record_yielder.cc | 71 struct RecordYielder::Shard { struct in tensorflow::RecordYielder 72 int index; // Shard index. 73 std::vector<tstring> filenames; // File names given to this shard. 74 Notification done; // Notified when this shard is done. 75 Status status; // Shard status.
|
/aosp_15_r20/external/pytorch/torch/distributed/_shard/sharded_tensor/ |
H A D | api.py | 59 sharded_tensor_id: int, rrefs: List[rpc.RRef[Shard]], rpc_rank: int 138 local_shards: List[Shard], 718 local_shards: List[Shard], 879 local_shards: List[Shard], 1182 self, remote_shards: List[rpc.RRef[Shard]], rpc_rank: int
|
H A D | shard.py | 11 class Shard: class
|
H A D | utils.py | 112 local_shards: List[Shard],
|
H A D | __init__.py | 359 local_shards: List[Shard], *global_size, process_group=None, init_rrefs=False
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/event_engine/posix_engine/ |
D | timer.h | 143 struct Shard { struct 171 void NoteDeadlineChange(Shard* shard) ABSL_EXCLUSIVE_LOCKS_REQUIRED(mu_); argument
|
D | timer.cc | 49 TimerList::Shard::Shard() : stats(1.0 / kAddDeadlineScale, 0.1, 0.5) {} in Shard() function in grpc_event_engine::experimental::TimerList::Shard
|
/aosp_15_r20/external/grpc-grpc/src/core/lib/event_engine/posix_engine/ |
H A D | timer.h | 116 struct Shard { struct 144 void NoteDeadlineChange(Shard* shard) ABSL_EXCLUSIVE_LOCKS_REQUIRED(mu_); argument
|
H A D | timer.cc | 49 TimerList::Shard::Shard() : stats(1.0 / kAddDeadlineScale, 0.1, 0.5) {} in Shard() function in grpc_event_engine::experimental::TimerList::Shard
|
/aosp_15_r20/external/tensorflow/tensorflow/core/util/ |
H A D | work_sharder_test.cc | 65 TEST(Shard, Basic) { in TEST() argument 79 TEST(Shard, OverflowTest) { in TEST() argument
|
H A D | work_sharder.cc | 32 void Shard(int max_parallelism, thread::ThreadPool* workers, int64_t total, in Shard() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/crossbeam-utils/src/sync/ |
D | sharded_lock.rs | 21 struct Shard { struct 37 /// A `ShardedLock` is internally made of a list of *shards*, each being a [`RwLock`] occupying a argument
|
/aosp_15_r20/external/cronet/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
H A D | IsValidUtf8TestUtil.java | 178 static final class Shard { class in IsValidUtf8TestUtil 184 public Shard(long index, long start, long lim, long expected) { in Shard() method in IsValidUtf8TestUtil.Shard
|
/aosp_15_r20/external/protobuf/java/core/src/test/java/com/google/protobuf/ |
H A D | IsValidUtf8TestUtil.java | 178 static final class Shard { class in IsValidUtf8TestUtil 184 public Shard(long index, long start, long lim, long expected) { in Shard() method in IsValidUtf8TestUtil.Shard
|
/aosp_15_r20/external/grpc-grpc/src/core/lib/resource_quota/ |
H A D | memory_quota.h | 340 struct Shard { struct 346 Shard& SelectShard(void* key) { in SelectShard() argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/resource_quota/ |
D | memory_quota.h | 339 struct Shard { struct 345 Shard& SelectShard(void* key) { in SelectShard() argument
|
/aosp_15_r20/art/compiler/utils/ |
H A D | dedupe_set.h | 54 class Shard; variable
|
/aosp_15_r20/external/boringssl/src/util/testconfig/ |
H A D | testconfig.go | 26 Shard bool `json:"shard"` member
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/util/testconfig/ |
H A D | testconfig.go | 26 Shard bool `json:"shard"` member
|
/aosp_15_r20/external/tensorflow/tensorflow/dtensor/cc/ |
H A D | tensor_layout.h | 67 using Shard = std::vector<int>; variable
|
/aosp_15_r20/external/autotest/server/cros/ap_configurators/ |
H A D | pyauto_utils.py | 176 def Shard(ilist, shard_index, num_shards): function
|
/aosp_15_r20/external/pytorch/torch/distributed/tensor/ |
H A D | placement_types.py | 49 class Shard(Placement): class
|
/aosp_15_r20/external/leveldb/util/ |
H A D | cache.cc | 349 static uint32_t Shard(uint32_t hash) { return hash >> (32 - kNumShardBits); } in Shard() function in leveldb::__anon852f22290111::ShardedLRUCache
|
/aosp_15_r20/external/tensorflow/tensorflow/core/lib/io/ |
H A D | cache.cc | 361 static uint32_t Shard(uint32_t hash) { return hash >> (32 - kNumShardBits); } in Shard() function in tensorflow::table::__anonf43ee0d80111::ShardedLRUCache
|