Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/tpu/
Dtpu_sharding.py97 def number_of_partitions(self): member in ShardingPolicy
101 def set_number_of_partitions(self, number_of_partitions): argument
115 if self._number_of_partitions != number_of_partitions:
118 "use %d." % (number_of_partitions, self._number_of_partitions))
120 self._number_of_partitions = number_of_partitions
Dtpu_feed.py138 number_of_partitions=None, argument
177 if number_of_partitions is None:
180 self._number_of_partitions = number_of_partitions