Home
last modified time | relevance | path

Searched refs:slot1 (Results 1 – 25 of 26) sorted by relevance

12

/external/webrtc/webrtc/base/
Dsigslottester_unittest.cc23 SigslotTester1<int, int> slot1(&source1, &capture1); in TEST() local
24 EXPECT_EQ(0, slot1.callback_count()); in TEST()
27 EXPECT_EQ(1, slot1.callback_count()); in TEST()
31 EXPECT_EQ(2, slot1.callback_count()); in TEST()
58 SigslotTester1<const std::string&, std::string> slot1(&source1, &capture1); in TEST() local
59 EXPECT_EQ(0, slot1.callback_count()); in TEST()
61 EXPECT_EQ(1, slot1.callback_count()); in TEST()
68 SigslotTester1<const std::string*, const std::string*> slot1(&source1, in TEST() local
70 EXPECT_EQ(0, slot1.callback_count()); in TEST()
72 EXPECT_EQ(1, slot1.callback_count()); in TEST()
[all …]
/external/tensorflow/tensorflow/compiler/tests/
Dmomentum_test.py59 slot1 = mom_opt.get_slot(var1, "momentum")
60 self.assertEquals(slot1.get_shape(), var1.get_shape())
61 self.assertFalse(slot1 in variables.trainable_variables())
73 np.array([0.01, 0.01]), self.evaluate(slot1))
89 self.evaluate(slot1))
145 slot1 = mom_opt.get_slot(var1, "momentum")
146 self.assertEquals(slot1.get_shape(), var1.get_shape())
147 self.assertFalse(slot1 in variables.trainable_variables())
159 np.array([0.01, 0.01]), self.evaluate(slot1))
175 self.evaluate(slot1))
Dadagrad_test.py105 slot1 = ada_opt.get_slot(var1, "accumulator")
106 self.assertEqual(slot1.get_shape(), var1.get_shape())
/external/libchrome/base/threading/
Dsequence_local_storage_slot_unittest.cc59 SequenceLocalStorageSlot<int> slot1; in TEST_F() local
63 slot1.Set(1); in TEST_F()
67 EXPECT_EQ(slot1.Get(), 1); in TEST_F()
73 slot1.Set(6); in TEST_F()
77 EXPECT_EQ(slot1.Get(), 6); in TEST_F()
/external/tensorflow/tensorflow/python/training/
Dmomentum_test.py79 slot1 = mom_opt.get_slot(var1, "momentum")
80 self.assertEquals(slot1.get_shape(), var1.get_shape())
83 self.assertFalse(slot1 in variables.trainable_variables())
93 self.evaluate(slot1))
112 self.evaluate(slot1))
304 slot1 = mom_opt.get_slot(var1, "momentum")
305 self.assertEquals(slot1.get_shape(), var1.get_shape())
306 self.assertFalse(slot1 in variables.trainable_variables())
318 np.array([0.01, 0.01]), self.evaluate(slot1))
334 self.evaluate(slot1))
[all …]
Dadagrad_test.py290 slot1 = ada_opt.get_slot(var1, "accumulator")
291 self.assertEquals(slot1.get_shape(), var1.get_shape())
/external/autotest/client/site_tests/firmware_TouchMTB/tests/logs/link/20130806_221321-fw_1.0.AA-robot/
Dtouch_firmware_report-link-fw_1.0.AA-robot-20130806_2213213971 deviation slot1: 0.19 mm
3978 deviation slot1: 0.09 mm
3990 Largest gap ratio slot1: -inf
4002 Reversed motions slot1: {'X': 0} px
4040 deviation slot1: 0.14 mm
4047 deviation slot1: 0.06 mm
4059 Largest gap ratio slot1: -inf
4071 Reversed motions slot1: {'X': 0} px
4109 deviation slot1: 0.17 mm
4116 deviation slot1: 0.35 mm
[all …]
Dtouch_firmware_report-link-fw_1.0.AA-complete-20140116_103340.log10353 S' Largest gap ratio slot1: -inf'
10389 S" Reversed motions slot1: {'x': 0} px"
10620 S' Largest gap ratio slot1: -inf'
10654 S" Reversed motions slot1: {'x': 0} px"
10882 S' Largest gap ratio slot1: -inf'
10916 S" Reversed motions slot1: {'x': 0} px"
11144 S' Largest gap ratio slot1: 1.706896'
11178 S" Reversed motions slot1: {'x': 0} px"
11408 S' Largest gap ratio slot1: 1.791419'
11442 S" Reversed motions slot1: {'x': 0} px"
[all …]
/external/autotest/client/site_tests/firmware_TouchMTB/tests/logs/link/20131115_234449-fw_1.0.AA-manual/
Dtouch_firmware_report-link-fw_1.0.AA-manual-20131115_23444914 Largest gap ratio slot1: 1.380670
20 Reversed motions slot1: {'x': 0} px
49 Largest gap ratio slot1: 1.725000
55 Reversed motions slot1: {'x': 0} px
84 Largest gap ratio slot1: 1.581139
90 Reversed motions slot1: {'x': 0} px
119 Largest gap ratio slot1: 1.838252
125 Reversed motions slot1: {'x': 0} px
154 Largest gap ratio slot1: 1.256234
160 Reversed motions slot1: {'y': 0} px
[all …]
Dtouch_firmware_report-link-fw_1.0.AA-complete-20140116_103446.log123 S' Largest gap ratio slot1: 2.398899'
142 S" Reversed motions slot1: {'x': 0} px"
347 S' Largest gap ratio slot1: 2.285714'
364 S" Reversed motions slot1: {'x': 0} px"
559 S' Largest gap ratio slot1: 1.835115'
576 S" Reversed motions slot1: {'y': 0} px"
771 S' Largest gap ratio slot1: 2.549510'
788 S" Reversed motions slot1: {'y': 0} px"
/external/tensorflow/tensorflow/python/keras/optimizer_v2/
Dgradient_descent_test.py320 slot1 = mom_opt.get_slot(var1, "momentum")
321 self.assertEqual(slot1.shape, var1.shape)
331 np.array([-0.02, -0.02]), self.evaluate(slot1))
349 (0.9 * (-0.02) - 2.0 * 0.01)]), self.evaluate(slot1))
481 slot1 = mom_opt.get_slot(var1, "momentum")
482 self.assertEqual(slot1.shape, var1.shape)
494 np.array([-0.02, -0.02]), self.evaluate(slot1))
510 (0.9 * (-0.02) - 2.0 * 0.01)]), self.evaluate(slot1))
542 slot1 = mom_opt.get_slot(var1, "momentum")
543 self.assertEqual(slot1.shape, var1.shape)
[all …]
Dadagrad_test.py490 slot1 = ada_opt.get_slot(var1, "accumulator")
491 self.assertEqual(slot1.shape, var1.shape)
/external/u-boot/arch/arm/dts/
Dfsl-ls1028a-qds.dts69 slot1: mdio@40 { label
/external/python/cpython2/Lib/test/
Dtest_weakref.py880 def __new__(type, ob, callback, slot1, slot2): argument
882 def __init__(self, ob, callback, slot1, slot2): argument
883 self.slot1 = slot1
886 return self.slot1 + self.slot2
889 self.assertEqual(r.slot1, "abc")
/external/autotest/client/site_tests/firmware_TouchMTB/tests/logs/lumpy/20130506_030025-fw_11.27-robot_sim/
Dtouch_firmware_report-lumpy-fw_11.27-complete-20130614_065448264 Largest distance slot1: 5 px
299 Largest distance slot1: 13 px
Dtouch_firmware_report-lumpy-fw_11.27-complete-20140116_103515.log1439 S' Largest gap ratio slot1: 2.006932'
1475 S" Reversed motions slot1: {'x': 0} px"
1707 S' Largest gap ratio slot1: 1.815846'
1741 S" Reversed motions slot1: {'x': 0} px"
1969 S' Largest gap ratio slot1: 1.863390'
2003 S" Reversed motions slot1: {'x': 0} px"
2233 S' Largest gap ratio slot1: 1.482407'
2267 S" Reversed motions slot1: {'x': 0} px"
2688 S' Number of packets slot1: 5'
2751 S" Reversed motions slot1: {'y': 0} px"
[all …]
/external/autotest/client/site_tests/firmware_TouchMTB/tests/logs/lumpy/20130506_032458-fw_11.23-robot_sim/
Dtouch_firmware_report-lumpy-fw_11.23-complete-20130614_065717264 Largest distance slot1: 12 px
299 Largest distance slot1: 12 px
Dtouch_firmware_report-lumpy-fw_11.23-complete-20140116_103525.log1439 S' Largest gap ratio slot1: 2.064982'
1475 S" Reversed motions slot1: {'x': 0} px"
1707 S' Largest gap ratio slot1: 3.807887'
1741 S" Reversed motions slot1: {'x': 0} px"
1969 S' Largest gap ratio slot1: 3.820995'
2003 S" Reversed motions slot1: {'x': 0} px"
2233 S' Largest gap ratio slot1: 3.363086'
2267 S" Reversed motions slot1: {'x': 0} px"
2643 S' Number of packets slot1: 3'
2706 S" Reversed motions slot1: {'y': 0} px"
[all …]
/external/autotest/client/site_tests/firmware_TouchMTB/tests/logs/lumpy/20130506_032659-fw_11.23-robot_sim/
Dtouch_firmware_report-lumpy-fw_11.23-complete-20130614_065817264 Largest distance slot1: 12 px
299 Largest distance slot1: 15 px
Dtouch_firmware_report-lumpy-fw_11.23-complete-20140116_103533.log1439 S' Largest gap ratio slot1: 3.590110'
1475 S" Reversed motions slot1: {'x': 0} px"
1707 S' Largest gap ratio slot1: 3.640055'
1741 S" Reversed motions slot1: {'x': -1} px"
1969 S' Largest gap ratio slot1: 3.726780'
2003 S" Reversed motions slot1: {'x': 0} px"
2233 S' Largest gap ratio slot1: 2.549510'
2267 S" Reversed motions slot1: {'x': 1} px"
2688 S' Number of packets slot1: 4'
2751 S" Reversed motions slot1: {'y': 0} px"
[all …]
/external/autotest/client/site_tests/firmware_TouchMTB/tests/logs/lumpy/20130506_031746-fw_11.27-robot_sim/
Dtouch_firmware_report-lumpy-fw_11.27-complete-20140116_103521.log827 S' Largest gap ratio slot1: 1.815846'
863 S" Reversed motions slot1: {'x': 0} px"
1095 S' Largest gap ratio slot1: 1.970943'
1129 S" Reversed motions slot1: {'x': 0} px"
1408 S' Number of packets slot1: 4'
1471 S" Reversed motions slot1: {'y': 0} px"
2397 S' Max distance slot1: 1.28 mm'
Dtouch_firmware_report-lumpy-fw_11.27-complete-20130614_065557148 Largest distance slot1: 14 px
/external/u-boot/board/freescale/p2041rdb/
DREADME114 lane 6: 0 -> slot1 (Default)
/external/python/cpython3/Lib/test/
Dtest_weakref.py967 def __new__(type, ob, callback, slot1, slot2): argument
969 def __init__(self, ob, callback, slot1, slot2): argument
970 self.slot1 = slot1
973 return self.slot1 + self.slot2
976 self.assertEqual(r.slot1, "abc")
/external/u-boot/doc/
DREADME.mpc85xxcds120 xxxxxx01 PCI SLOT INFORM: The CDS carrier is in slot1 of the Arcadia

12