Home
last modified time | relevance | path

Searched refs:assertGreater (Results 1 – 25 of 256) sorted by relevance

1234567891011

/external/tensorflow/tensorflow/python/profiler/
Dprofiler_test.py157 self.assertGreater(lib.SearchTFProfNode(pb1, 'Conv2D').exec_micros, 0)
159 self.assertGreater(lib.SearchTFProfNode(pb2, 'Conv2D_1').exec_micros, 0)
161 self.assertGreater(lib.SearchTFProfNode(pb3, 'add').exec_micros, 0)
170 self.assertGreater(len(checker.reports), 0)
174 self.assertGreater(len(checker.reports), 0)
217 self.assertGreater(n2.exec_micros, 0)
218 self.assertGreater(n2.requested_bytes, 0)
219 self.assertGreater(n2.peak_bytes, 0)
220 self.assertGreater(n2.residual_bytes, 0)
Dmodel_analyzer_test.py116 self.assertGreater(float(mat.group(1)), 0.0)
117 self.assertGreater(float(mat.group(2)), 0.0)
127 self.assertGreater(float(mat.group(1)), 0.0)
128 self.assertGreater(float(mat.group(2)), 0.0)
137 self.assertGreater(float(mat.group(1)), 0.0)
138 self.assertGreater(float(mat.group(2)), 0.0)
231 self.assertGreater(len(lines), 5)
386 self.assertGreater(input_shapes, 0)
409 self.assertGreater(len(checker.reports), 0)
413 self.assertGreater(len(checker.reports), 0)
[all …]
/external/bcc/tests/python/
Dtest_percpu.py52 self.assertGreater(sum.value, int(0))
53 self.assertGreater(max.value, int(0))
82 self.assertGreater(sum.value, int(0))
83 self.assertGreater(max.value, int(0))
115 self.assertGreater(k.c1, int(0))
Dtest_array.py48 self.assertGreater(size, ct.sizeof(Data))
53 self.assertGreater(lost, 0)
71 self.assertGreater(self.counter, 0)
81 self.assertGreater(size, ct.sizeof(Data))
86 self.assertGreater(lost, 0)
Dtest_xlate1.py50 self.assertGreater(leaf.ip_xlated_pkts, 0)
51 self.assertGreater(leaf.arp_xlated_pkts, 0)
53 self.assertGreater(leaf.ip_xlated_pkts, 0)
54 self.assertGreater(leaf.arp_xlated_pkts, 0)
Dtest_call1.py43 self.assertGreater(self.stats[c_int(S_IP)].value, 0)
44 self.assertGreater(self.stats[c_int(S_ARP)].value, 0)
45 self.assertGreater(self.stats[c_int(S_EOP)].value, 1)
Dtest_lru.py55 self.assertGreater(sum.value, 0L)
56 self.assertGreater(max.value, 0L)
/external/tensorflow/tensorflow/python/client/
Ddevice_lib_test.py32 self.assertGreater(len(devices), 0)
36 self.assertGreater(len(devices), 0)
41 self.assertGreater(len(devices), 1)
/external/python/cpython2/Lib/ctypes/test/
Dtest_refcounts.py27 self.assertGreater(grc(callback), 2)
46 self.assertGreater(grc(func), 2)
62 self.assertGreater(grc(func), 2)
75 self.assertGreater(grc(func), 2)
/external/python/cpython3/Lib/ctypes/test/
Dtest_refcounts.py29 self.assertGreater(grc(callback), 2)
49 self.assertGreater(grc(func), 2)
65 self.assertGreater(grc(func), 2)
78 self.assertGreater(grc(func), 2)
/external/llvm-project/lldb/test/API/functionalities/gdb_remote_client/
DTestGDBRemoteClient.py100 self.assertGreater(
113 self.assertGreater(
132 self.assertGreater(len(
145 self.assertGreater(registers.GetSize(), 0)
148 self.assertGreater(numChildren, 0)
/external/python/cpython2/Lib/unittest/test/
Dtest_case.py620 self.assertGreater(len(msg), len(diff))
630 self.assertGreater(len(msg), len(diff))
811 self.assertGreater(2, 1)
817 self.assertRaises(self.failureException, self.assertGreater, 1, 2)
818 self.assertRaises(self.failureException, self.assertGreater, 1, 1)
825 self.assertGreater(1.1, 1.0)
831 self.assertRaises(self.failureException, self.assertGreater, 1.0, 1.1)
832 self.assertRaises(self.failureException, self.assertGreater, 1.0, 1.0)
839 self.assertGreater('bug', 'ant')
845 self.assertRaises(self.failureException, self.assertGreater, 'ant', 'bug')
[all …]
/external/llvm-project/lldb/third_party/Python/module/unittest2/unittest2/test/
Dtest_case.py869 self.assertGreater(2, 1)
875 self.assertRaises(self.failureException, self.assertGreater, 1, 2)
876 self.assertRaises(self.failureException, self.assertGreater, 1, 1)
883 self.assertGreater(1.1, 1.0)
889 self.assertRaises(self.failureException, self.assertGreater, 1.0, 1.1)
890 self.assertRaises(self.failureException, self.assertGreater, 1.0, 1.0)
905 self.assertGreater('bug', 'ant')
913 self.assertGreater,
918 self.assertGreater,
935 self.assertGreater(u'bug', u'ant')
[all …]
/external/tensorflow/tensorflow/python/framework/
Dkernels_test.py29 self.assertGreater(len(kernel_list.kernel), 0)
36 self.assertGreater(len(kernel_list.kernel), 0)
/external/autotest/server/cros/device_health_profile/
Ddevice_health_profile_unittest.py119 self.assertGreater(self.dhp.get_last_update_time_epoch(),
137 self.assertGreater(self.dhp.get_enter_current_state_time_epoch(),
191 self.assertGreater(self.dhp.get_badblocks_ro_run_time_epoch(),
208 self.assertGreater(self.dhp.get_badblocks_rw_run_time_epoch(),
226 self.assertGreater(self.dhp.get_servo_micro_fw_update_time_epoch(),
/external/tensorflow/tensorflow/python/profiler/internal/
Drun_metadata_test.py128 self.assertGreater(tfprof_node.children[0].exec_micros, 10)
152 self.assertGreater(mm_allocs[1].alloc_micros, mm_allocs[0].alloc_micros)
153 self.assertGreater(mm_allocs[0].alloc_bytes, 0)
165 self.assertGreater(random_allocs[1].alloc_micros, mm.all_start_micros)
173 self.assertGreater(tfprof_node.children[0].exec_micros, 0)
/external/webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/
Dannotations_unittest.py74 self.assertGreater(len(vad_output), 0)
81 self.assertGreater(len(vad_output), 0)
88 self.assertGreater(len(vad_probs), 0)
89 self.assertGreater(len(vad_rms), 0)
/external/python/cpython2/Lib/bsddb/test/
Dtest_dbenv.py58 self.assertGreater(2*size, size2[1])
132 self.assertGreater(2*i, j)
375 self.assertGreater(self.env.memp_trickle(100), 0)
443 self.assertGreater(len(v[1]), 0)
460 self.assertGreater(lsn_last, v[0])
463 self.assertGreater(v2[0], v[0])
464 self.assertGreater(lsn_last, v2[0])
467 self.assertGreater(v3[0], v2[0])
468 self.assertGreater(lsn_last, v3[0])
478 self.assertGreater(lsn_last, v[0])
/external/python/pyfakefs/pyfakefs/tests/
Dmox3_stubout_test.py72 self.assertGreater(mox3_stubout_example.tomorrow().year, 2000)
79 self.assertGreater(mox3_stubout_example.tomorrow().year, 2000)
113 self.assertGreater(mox3_stubout_example.tomorrow().year, 2000)
/external/tensorflow/tensorflow/python/keras/tests/
Dintegration_test.py82 self.assertGreater(history.history['val_acc'][-1], 0.7)
121 self.assertGreater(history.history['val_acc'][-1], 0.7)
171 self.assertGreater(history.history['val_acc'][-1], 0.7)
207 self.assertGreater(history.history['val_acc'][-1], 0.7)
238 self.assertGreater(history.history['val_acc'][-1], 0.7)
276 self.assertGreater(history.history['val_acc'][-1], 0.7)
/external/python/cpython3/Lib/idlelib/idle_test/
Dtest_grep.py74 self.assertGreater(len(filelist), 10)
99 self.assertGreater(parent_size, 20)
107 self.assertGreater(len(filelist), parent_size)
/external/pigweed/pw_tokenizer/py/
Ddecode_test.py34 self.assertGreater(len(tokenized_string.TEST_DATA), 100)
75 self.assertGreater(len(test_data), 100)
/external/llvm/bindings/python/llvm/tests/
Dtest_object.py28 self.assertGreater(count, 0)
44 self.assertGreater(count, 0)
/external/llvm-project/llvm/bindings/python/llvm/tests/
Dtest_object.py30 self.assertGreater(count, 0)
46 self.assertGreater(count, 0)
/external/llvm-project/lldb/test/API/python_api/interpreter/
DTestRunCommandInterpreterAPI.py41 self.assertGreater(n_errors, 0)
75 self.assertGreater(n_errors, 0)

1234567891011