Searched refs:seed_size (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/util/ |
D | rand_xor.c | 65 size_t seed_size = sizeof(uint64_t) * 2; in s_rand_xorshift128plus() local 66 if (read(fd, seed, seed_size) != seed_size) { in s_rand_xorshift128plus()
|
/external/tensorflow/tensorflow/contrib/lite/kernels/ |
D | lsh_projection.cc | 120 const size_t seed_size = sizeof(float); in RunningSignBit() local 126 memcpy(key.get(), &seed, seed_size); in RunningSignBit() 127 memcpy(key.get() + seed_size, input_ptr, input_item_bytes); in RunningSignBit()
|
/external/tensorflow/tensorflow/lite/kernels/ |
D | lsh_projection.cc | 120 const size_t seed_size = sizeof(float); in RunningSignBit() local 126 memcpy(key.get(), &seed, seed_size); in RunningSignBit() 127 memcpy(key.get() + seed_size, input_ptr, input_item_bytes); in RunningSignBit()
|
/external/tensorflow/tensorflow/python/ops/ |
D | stateful_random_ops.py | 113 seed_size = seed.shape[0] 114 if seed_size < state_size: 116 seed, [(0, state_size - seed_size)],
|