Home
last modified time | relevance | path

Searched defs:max_shards (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/gprpp/
Dper_cpu.h38 PerCpuOptions SetMaxShards(size_t max_shards) { in SetMaxShards()
44 size_t max_shards() const { return max_shards_; } in max_shards() function
/aosp_15_r20/external/grpc-grpc/src/core/lib/gprpp/
H A Dper_cpu.h44 PerCpuOptions SetMaxShards(size_t max_shards) { in SetMaxShards()
50 size_t max_shards() const { return max_shards_; } in max_shards() function
/aosp_15_r20/external/tensorflow/tensorflow/python/distribute/
H A Dsharded_variable.py138 max_shards=1, argument
198 def __init__(self, max_shard_bytes, max_shards=None, bytes_per_string=16): argument
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Dpartitioned_variables.py69 max_shard_bytes, axis=0, bytes_per_string_element=16, max_shards=None): argument
/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/variables/
H A Dpartitioned_variables_test.py74 max_shards=None): argument