HomeSort by relevance Sort by last modified time
    Searched refs:slot1 (Results 1 - 19 of 19) sorted by null

  /external/webrtc/webrtc/base/
sigslottester_unittest.cc 23 SigslotTester1<int, int> slot1(&source1, &capture1);
24 EXPECT_EQ(0, slot1.callback_count());
27 EXPECT_EQ(1, slot1.callback_count());
31 EXPECT_EQ(2, slot1.callback_count());
58 SigslotTester1<const std::string&, std::string> slot1(&source1, &capture1);
59 EXPECT_EQ(0, slot1.callback_count());
61 EXPECT_EQ(1, slot1.callback_count());
68 SigslotTester1<const std::string*, const std::string*> slot1(&source1,
70 EXPECT_EQ(0, slot1.callback_count());
72 EXPECT_EQ(1, slot1.callback_count())
    [all...]
  /external/tensorflow/tensorflow/compiler/tests/
momentum_test.py 59 slot1 = mom_opt.get_slot(var1, "momentum")
60 self.assertEquals(slot1.get_shape(), var1.get_shape())
61 self.assertFalse(slot1 in variables.trainable_variables())
71 self.assertAllCloseAccordingToType(np.array([0.01, 0.01]), slot1.eval())
83 np.array([(0.9 * 0.01 + 0.01), (0.9 * 0.01 + 0.01)]), slot1.eval())
139 slot1 = mom_opt.get_slot(var1, "momentum")
140 self.assertEquals(slot1.get_shape(), var1.get_shape())
141 self.assertFalse(slot1 in variables.trainable_variables())
151 self.assertAllCloseAccordingToType(np.array([0.01, 0.01]), slot1.eval())
163 np.array([(0.9 * 0.01 + 0.01), (0.9 * 0.01 + 0.01)]), slot1.eval()
    [all...]
adagrad_test.py 101 slot1 = ada_opt.get_slot(var1, "accumulator")
102 self.assertEquals(slot1.get_shape(), var1.get_shape())
  /external/tensorflow/tensorflow/contrib/opt/python/training/
multitask_optimizer_wrapper_test.py 59 slot1 = mom_opt.get_slot(var1, "momentum")
60 self.assertEquals(slot1.get_shape(), var1.get_shape())
68 np.array([0.01, 0.01]), self.evaluate(slot1))
76 # Step 2: momentum update that changes only slot1 but not slot0.
83 self.evaluate(slot1))
92 self.evaluate(slot1))
  /external/tensorflow/tensorflow/python/training/
momentum_test.py 79 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))
288 slot1 = mom_opt.get_slot(var1, "momentum")
289 self.assertEquals(slot1.get_shape(), var1.get_shape())
290 self.assertFalse(slot1 in variables.trainable_variables())
300 self.assertAllCloseAccordingToType(np.array([0.01, 0.01]), slot1.eval())
312 np.array([(0.9 * 0.01 + 0.01), (0.9 * 0.01 + 0.01)]), slot1.eval()
    [all...]
adagrad_test.py 255 slot1 = ada_opt.get_slot(var1, "accumulator")
256 self.assertEquals(slot1.get_shape(), var1.get_shape())
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_weakref.py 758 __slots__ = "slot1", "slot2"
759 def __new__(type, ob, callback, slot1, slot2):
761 def __init__(self, ob, callback, slot1, slot2):
762 self.slot1 = slot1
765 return self.slot1 + self.slot2
768 self.assertEqual(r.slot1, "abc")
    [all...]
  /external/python/cpython2/Lib/test/
test_weakref.py 851 __slots__ = "slot1", "slot2"
852 def __new__(type, ob, callback, slot1, slot2):
854 def __init__(self, ob, callback, slot1, slot2):
855 self.slot1 = slot1
858 return self.slot1 + self.slot2
861 self.assertEqual(r.slot1, "abc")
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_weakref.py 848 __slots__ = "slot1", "slot2"
849 def __new__(type, ob, callback, slot1, slot2):
851 def __init__(self, ob, callback, slot1, slot2):
852 self.slot1 = slot1
855 return self.slot1 + self.slot2
858 self.assertEqual(r.slot1, "abc")
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_weakref.py 848 __slots__ = "slot1", "slot2"
849 def __new__(type, ob, callback, slot1, slot2):
851 def __init__(self, ob, callback, slot1, slot2):
852 self.slot1 = slot1
855 return self.slot1 + self.slot2
858 self.assertEqual(r.slot1, "abc")
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_weakref.py 848 __slots__ = "slot1", "slot2"
849 def __new__(type, ob, callback, slot1, slot2):
851 def __init__(self, ob, callback, slot1, slot2):
852 self.slot1 = slot1
855 return self.slot1 + self.slot2
858 self.assertEqual(r.slot1, "abc")
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_weakref.py 848 __slots__ = "slot1", "slot2"
849 def __new__(type, ob, callback, slot1, slot2):
851 def __init__(self, ob, callback, slot1, slot2):
852 self.slot1 = slot1
855 return self.slot1 + self.slot2
858 self.assertEqual(r.slot1, "abc")
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Include/Library/
HwMemInitLib.h 421 UINT16 slot1:4; //Channel slot1 for DIMM member in struct:__anon2781::__anon2782
451 UINT16 slot1:4; // Channel slot1 for DIMM member in struct:__anon2787::__anon2788
    [all...]
  /external/python/cpython3/Lib/test/
test_weakref.py 930 __slots__ = "slot1", "slot2"
931 def __new__(type, ob, callback, slot1, slot2):
933 def __init__(self, ob, callback, slot1, slot2):
934 self.slot1 = slot1
937 return self.slot1 + self.slot2
940 self.assertEqual(r.slot1, "abc")
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
mbarrier.go 157 if slot1 := uintptr(unsafe.Pointer(slot)); slot1 >= minPhysPageSize {
  /prebuilts/go/linux-x86/src/runtime/
mbarrier.go 157 if slot1 := uintptr(unsafe.Pointer(slot)); slot1 >= minPhysPageSize {
  /prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar 

Completed in 3093 milliseconds