Home
last modified time | relevance | path

Searched defs:Shard (Results 1 – 25 of 31) sorted by relevance

12

/aosp_15_r20/external/rust/android-crates-io/crates/sharded-slab/src/
Dshard.rs37 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 Drecord_yielder.cc71 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 Dapi.py59 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 Dshard.py11 class Shard: class
H A Dutils.py112 local_shards: List[Shard],
H A D__init__.py359 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/
Dtimer.h143 struct Shard { struct
171 void NoteDeadlineChange(Shard* shard) ABSL_EXCLUSIVE_LOCKS_REQUIRED(mu_); argument
Dtimer.cc49 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 Dtimer.h116 struct Shard { struct
144 void NoteDeadlineChange(Shard* shard) ABSL_EXCLUSIVE_LOCKS_REQUIRED(mu_); argument
H A Dtimer.cc49 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 Dwork_sharder_test.cc65 TEST(Shard, Basic) { in TEST() argument
79 TEST(Shard, OverflowTest) { in TEST() argument
H A Dwork_sharder.cc32 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/
Dsharded_lock.rs21 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 DIsValidUtf8TestUtil.java178 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 DIsValidUtf8TestUtil.java178 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 Dmemory_quota.h340 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/
Dmemory_quota.h339 struct Shard { struct
345 Shard& SelectShard(void* key) { in SelectShard() argument
/aosp_15_r20/art/compiler/utils/
H A Ddedupe_set.h54 class Shard; variable
/aosp_15_r20/external/boringssl/src/util/testconfig/
H A Dtestconfig.go26 Shard bool `json:"shard"` member
/aosp_15_r20/external/cronet/third_party/boringssl/src/util/testconfig/
H A Dtestconfig.go26 Shard bool `json:"shard"` member
/aosp_15_r20/external/tensorflow/tensorflow/dtensor/cc/
H A Dtensor_layout.h67 using Shard = std::vector<int>; variable
/aosp_15_r20/external/autotest/server/cros/ap_configurators/
H A Dpyauto_utils.py176 def Shard(ilist, shard_index, num_shards): function
/aosp_15_r20/external/pytorch/torch/distributed/tensor/
H A Dplacement_types.py49 class Shard(Placement): class
/aosp_15_r20/external/leveldb/util/
H A Dcache.cc349 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 Dcache.cc361 static uint32_t Shard(uint32_t hash) { return hash >> (32 - kNumShardBits); } in Shard() function in tensorflow::table::__anonf43ee0d80111::ShardedLRUCache

12