Home
last modified time | relevance | path

Searched defs:number_of_partitions (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/bootable/libbootloader/gbl/libefi/src/protocol/
H A Dgbl_efi_image_loading.rs300 let number_of_partitions = unsafe { number_of_partitions.as_mut() }.unwrap(); in test_proto_get_partitions_count() localVariable
360 let number_of_partitions = unsafe { number_of_partitions.as_mut() }.unwrap(); in test_proto_get_partitions_len_and_value() localVariable
411 let number_of_partitions = unsafe { number_of_partitions.as_mut() }.unwrap(); in test_proto_get_partitions_zero_len() localVariable
445 let number_of_partitions = unsafe { number_of_partitions.as_mut() }.unwrap(); in test_proto_get_partitions_less_than_buffer() localVariable
486 let number_of_partitions = unsafe { number_of_partitions.as_mut() }.unwrap(); in test_proto_get_partitions_name_max() localVariable
549 let number_of_partitions = unsafe { number_of_partitions.as_mut() }.unwrap(); in test_proto_get_partitions() localVariable
597 let number_of_partitions = unsafe { number_of_partitions.as_mut() }.unwrap(); in test_proto_get_partitions_empty() localVariable
/aosp_15_r20/external/tensorflow/tensorflow/python/tpu/
H A Dtpu_sharding.py90 def number_of_partitions(self): member in ShardingPolicy
94 def set_number_of_partitions(self, number_of_partitions): argument
H A Dtpu_feed.py133 number_of_partitions=None, argument