Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/ops/
Dstateless_random_ops.py126 uint32s_to_uint64(math_ops.cast(seed, dtypes.uint32)), [1])
155 key = array_ops.reshape(uint32s_to_uint64(mix[:2]), [1])
156 counter = array_ops.stack([0, uint32s_to_uint64(mix[2:])], axis=0)
160 def uint32s_to_uint64(x): function
/external/tensorflow/tensorflow/compiler/tests/
Dstateful_random_ops_test.py89 def uint32s_to_uint64(a, b): function
93 return [uint32s_to_uint64(ls[2 * i], ls[2 * i + 1])