Searched refs:bytes_per_string_element (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/python/ops/ |
D | partitioned_variables.py | 73 max_shard_bytes, axis=0, bytes_per_string_element=16, max_shards=None): argument 104 if max_shard_bytes < 1 or bytes_per_string_element < 1: 133 element_size = bytes_per_string_element 160 bytes_per_string_element=16): argument 206 bytes_per_element = bytes_per_string_element
|
/external/tensorflow/tensorflow/python/distribute/ |
D | sharded_variable.py | 164 bytes_per_string_element=self._bytes_per_string)(shape, dtype) 223 bytes_per_string_element=self._bytes_per_string,
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | partitioned_variables_test.py | 178 bytes_per_string_element=8)
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.pbtxt | 1693 …argspec: "args=[\'max_partitions\', \'axis\', \'min_slice_size\', \'bytes_per_string_element\'], v… 2497 …argspec: "args=[\'max_shard_bytes\', \'axis\', \'bytes_per_string_element\', \'max_shards\'], vara…
|