Home
last modified time | relevance | path

Searched refs:max_slot_count (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/protobuf/tpu/
Doptimization_parameters.proto216 // frequency. The max_slot_count value captures the total number of replicas
218 int32 max_slot_count = 4; field
/external/pdfium/third_party/base/allocator/partition_allocator/
Dpartition_alloc.cc1109 const size_t max_slot_count = in PartitionPurgePage() local
1111 DCHECK(bucket_num_slots <= max_slot_count); in PartitionPurgePage()
1114 char slot_usage[max_slot_count]; in PartitionPurgePage()