Home
last modified time | relevance | path

Searched refs:RAND_SEED (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/python/debug/examples/v2/
Ddebug_mnist_v2.py38 RAND_SEED = 42 variable
157 seed=RAND_SEED).batch(FLAGS.train_batch_size)
167 mean=0.0, stddev=0.1, seed=RAND_SEED)
/external/tensorflow/tensorflow/python/debug/examples/v1/
Ddebug_mnist_v1.py40 RAND_SEED = 42 variable
130 1000, seed=RAND_SEED).repeat().batch(FLAGS.train_batch_size)
154 initial = tf.truncated_normal(shape, stddev=0.1, seed=RAND_SEED)
/external/icu/icu4c/source/test/intltest/
Dintltest.cpp1659 static int32_t RAND_SEED; variable
1696 return random(&RAND_SEED); in random()