Searched refs:_get_key_counter_alg (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/python/ops/ |
D | stateless_random_ops.py | 126 def _get_key_counter_alg(seed): function 217 key, counter, alg = _get_key_counter_alg(seed) 230 key, counter, alg = _get_key_counter_alg(seed) 239 key, counter, alg = _get_key_counter_alg(seed) 519 key, counter, alg = _get_key_counter_alg(seed) 569 key, counter, alg = _get_key_counter_alg(seed)
|