Searched refs:uint32s_to_uint64 (Results 1 – 2 of 2) sorted by relevance
126 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
89 def uint32s_to_uint64(a, b): function93 return [uint32s_to_uint64(ls[2 * i], ls[2 * i + 1])