HomeSort by relevance Sort by last modified time
    Searched refs:randint (Results 251 - 272 of 272) sorted by null

<<11

  /external/tensorflow/tensorflow/python/training/
saver_test.py     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_float.py 178 f *= 10 ** random.randint(-100, 100)
    [all...]
  /external/python/cpython2/Lib/test/
test_float.py 238 f *= 10 ** random.randint(-100, 100)
    [all...]
  /external/python/cpython3/Lib/test/
test_float.py 228 f *= 10 ** random.randint(-100, 100)
    [all...]
test_long.py 150 answer = (answer << SHIFT) | random.randint(0, MASK)
    [all...]
test_statistics.py     [all...]
test_logging.py 625 time.sleep(0.004 * random.randint(0, 4))
    [all...]
  /external/tensorflow/tensorflow/contrib/layers/python/layers/
feature_column_test.py 49 values = np.random.randint(0, vocab_size + 1, size=np.prod(shape))
    [all...]
  /external/tensorflow/tensorflow/contrib/lite/testing/
generate_examples.py 248 value = np.random.randint(min_value, max_value+1, shape)
    [all...]
  /external/tensorflow/tensorflow/python/keras/_impl/keras/
backend_test.py     [all...]
  /external/tensorflow/tensorflow/python/kernel_tests/
sparse_ops_test.py     [all...]
  /kernel/tests/net/test/
multinetwork_test.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_float.py 184 f *= 10 ** random.randint(-100, 100)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_float.py 184 f *= 10 ** random.randint(-100, 100)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_float.py 184 f *= 10 ** random.randint(-100, 100)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_float.py 184 f *= 10 ** random.randint(-100, 100)
    [all...]
  /external/chromium-trace/catapult/devil/devil/android/
device_utils.py     [all...]
  /external/tensorflow/tensorflow/python/debug/lib/
session_debug_testlib.py 573 sequence_length = np.random.randint(0, time_steps, size=batch_size)
    [all...]
  /external/google-styleguide/cpplint/
cpplint_unittest.py     [all...]
  /external/scapy/scapy/layers/
inet6.py 61 from scapy.volatile import RandInt, RandIP6, RandShort
    [all...]
  /external/tensorflow/tensorflow/python/client/
session_test.py     [all...]
  /external/curl/tests/python_dependencies/impacket/
smbserver.py     [all...]

Completed in 553 milliseconds

<<11