/external/tensorflow/tensorflow/contrib/eager/python/examples/rnn_colorbot/ |
rnn_colorbot.py | 106 buffer_size=10000).padded_batch( 250 os.path.join(log_dir, "train"), flush_millis=10000) 252 os.path.join(log_dir, "eval"), flush_millis=10000, name="eval")
|
/external/tensorflow/tensorflow/python/profiler/ |
option_builder.py | 97 return {'max_depth': 10000, 126 return {'max_depth': 10000, 171 return {'max_depth': 10000,
|
model_analyzer_test.py | 491 min_val = random.randint(0, 10000) 648 a = random_ops.random_normal([1, 10000, 20000], name='test_random1') 649 b = random_ops.random_normal([30000, 10000, 1], name='test_random2') 660 'OOM when allocating tensor with shape[30000,10000,20000]' in 677 a = random_ops.random_normal([1, 10000, 20000], name='test_random1') 679 b = random_ops.random_normal([30000, 10000, 1], name='test_random2')
|
/external/webrtc/webrtc/voice_engine/ |
voice_engine_defines.h | 78 enum { kVoiceEngineMinIsacInitTargetRateBpsWb = 10000 }; 82 enum { kVoiceEngineMinIsacInitTargetRateBpsSwb = 10000 }; 106 enum { kVoiceEngineMaxMinPlayoutDelayMs = 10000 };
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
bcmwifi_channels.h | 328 #define WF_CHAN_FACTOR_5_G 10000 /* 5 GHz band, 5000 MHz */ 436 * @param start_factor base frequency in 500 kHz units, e.g. 10000 for 5 GHz 464 * @param start_factor base frequency in 500 kHz units, e.g. 10000 for 5 GHz
|
/libcore/ojluni/src/main/java/java/nio/file/attribute/ |
FileTime.java | 429 year = ldt.getYear() + (int)hi * 10000; 436 year = ldt.getYear() + (int)hi * 10000; 445 if (year < 10000) {
|
/libcore/ojluni/src/main/java/java/util/ |
Date.java | 597 tzoffset = action - 10000; 652 10000 + 0, 10000 + 0, 10000 + 0, // GMT/UT/UTC 653 10000 + 5 * 60, 10000 + 4 * 60, // EST/EDT 654 10000 + 6 * 60, 10000 + 5 * 60, // CST/CDT 655 10000 + 7 * 60, 10000 + 6 * 60, // MST/MD [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr1/ |
riemann_zeta.tcc | 79 const unsigned int max_iter = 10000; 186 const unsigned int __maxit = 10000; 369 const unsigned int __maxit = 10000;
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/ |
riemann_zeta.tcc | 79 const unsigned int max_iter = 10000; 186 const unsigned int __maxit = 10000; 369 const unsigned int __maxit = 10000;
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_marshal.py | 109 for s in [u"", u"Andr? Previn", u"abc", u" "*10000]: 120 for s in ["", "Andr? Previn", "abc", " "*10000]: 131 for s in ["", "Andr? Previn", "abc", " "*10000]:
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_marshal.py | 109 for s in [u"", u"Andr? Previn", u"abc", u" "*10000]: 120 for s in ["", "Andr? Previn", "abc", " "*10000]: 131 for s in ["", "Andr? Previn", "abc", " "*10000]:
|
/prebuilts/go/darwin-x86/src/math/big/ |
natconv_test.go | 300 for _, y := range []Word{10, 100, 1000, 10000, 100000} { 326 for _, y := range []Word{10, 100, 1000, 10000, 100000} { 362 for d := 1; d <= 10000; d *= 10 {
|
/prebuilts/go/darwin-x86/src/strconv/ |
atof_test.go | 160 {"1.00000000000000011102230246251565404236316680908203125" + strings.Repeat("0", 10000) + "1", "1.0000000000000002", nil}, 172 {"1.000000059604644775390625" + strings.Repeat("0", 10000) + "1", "1.0000001", nil}, 248 atofRandomTests = make([]atofSimpleTest, 10000)
|
/prebuilts/go/darwin-x86/test/ |
nosplit.go | 52 main 10000 nosplit 57 big 10000 61 big 10000 nosplit
|
/prebuilts/go/linux-x86/src/math/big/ |
natconv_test.go | 300 for _, y := range []Word{10, 100, 1000, 10000, 100000} { 326 for _, y := range []Word{10, 100, 1000, 10000, 100000} { 362 for d := 1; d <= 10000; d *= 10 {
|
/prebuilts/go/linux-x86/src/strconv/ |
atof_test.go | 160 {"1.00000000000000011102230246251565404236316680908203125" + strings.Repeat("0", 10000) + "1", "1.0000000000000002", nil}, 172 {"1.000000059604644775390625" + strings.Repeat("0", 10000) + "1", "1.0000001", nil}, 248 atofRandomTests = make([]atofSimpleTest, 10000)
|
/prebuilts/go/linux-x86/test/ |
nosplit.go | 52 main 10000 nosplit 57 big 10000 61 big 10000 nosplit
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_marshal.py | 109 for s in [u"", u"Andr? Previn", u"abc", u" "*10000]: 120 for s in ["", "Andr? Previn", "abc", " "*10000]: 131 for s in ["", "Andr? Previn", "abc", " "*10000]:
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_marshal.py | 109 for s in [u"", u"Andr? Previn", u"abc", u" "*10000]: 120 for s in ["", "Andr? Previn", "abc", " "*10000]: 131 for s in ["", "Andr? Previn", "abc", " "*10000]:
|
/prebuilts/go/darwin-x86/src/reflect/ |
all_test.go | [all...] |
/prebuilts/go/linux-x86/src/reflect/ |
all_test.go | [all...] |
/bionic/tests/ |
grp_pwd_test.cpp | 174 check_get_passwd("u0_a0", 10000, TYPE_APP); 403 check_get_group("u0_a0", 10000);
|
/bionic/tools/relocation_packer/src/ |
packer_unittest.cc | 157 AddRelocation<ELF>(0xd1ce0010, 0x01, 10000, &relocations); 288 EXPECT_TRUE(CheckRelocation<ELF>(0xd1ce0010, 0x01, 10000, relocations[ndx++]));
|
/cts/tests/pdf/src/android/graphics/pdf/cts/ |
Utils.java | 260 "differ by " + Math.ceil(nonMatching * 10000) / 100 + 263 Log.d(LOG_TAG, "bitmaps differ by " + Math.ceil(nonMatching * 10000) / 100 + "%");
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
InterpolatorTest.java | 80 interpolator.setKeyFrame(0, (int)(time - 10000), new float[] {1.0f}); 81 interpolator.setKeyFrame(1, (int)(time + 10000), new float[] {2.0f});
|