HomeSort by relevance Sort by last modified time
    Searched refs:assertGreater (Results 1 - 25 of 216) sorted by null

1 2 3 4 5 6 7 8 9

  /external/tensorflow/tensorflow/python/client/
device_lib_test.py 31 self.assertGreater(len(devices), 0)
36 self.assertGreater(len(devices), 1)
  /external/python/cpython2/Lib/ctypes/test/
test_refcounts.py 27 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/cpython2/Lib/distutils/tests/
test_bdist_wininst.py 26 self.assertGreater(len(exe_file), 10)
  /external/python/cpython3/Lib/ctypes/test/
test_refcounts.py 29 self.assertGreater(grc(callback), 2)
49 self.assertGreater(grc(func), 2)
65 self.assertGreater(grc(func), 2)
78 self.assertGreater(grc(func), 2)
  /external/python/cpython3/Lib/distutils/tests/
test_bdist_wininst.py 25 self.assertGreater(len(exe_file), 10)
  /external/python/cpython3/Lib/test/test_tools/
test_reindent.py 24 self.assertGreater(err, b'')
  /external/tensorflow/tensorflow/python/profiler/
profiler_test.py 155 self.assertGreater(lib.SearchTFProfNode(pb1, 'Conv2D').exec_micros, 0)
157 self.assertGreater(lib.SearchTFProfNode(pb2, 'Conv2D_1').exec_micros, 0)
159 self.assertGreater(lib.SearchTFProfNode(pb3, 'add').exec_micros, 0)
168 self.assertGreater(len(checker.reports), 0)
172 self.assertGreater(len(checker.reports), 0)
214 self.assertGreater(n2.exec_micros, 0)
215 self.assertGreater(n2.requested_bytes, 0)
216 self.assertGreater(n2.peak_bytes, 0)
217 self.assertGreater(n2.residual_bytes, 0)
model_analyzer_test.py 110 self.assertGreater(float(mat.group(1)), 0.0)
111 self.assertGreater(float(mat.group(2)), 0.0)
121 self.assertGreater(float(mat.group(1)), 0.0)
122 self.assertGreater(float(mat.group(2)), 0.0)
131 self.assertGreater(float(mat.group(1)), 0.0)
132 self.assertGreater(float(mat.group(2)), 0.0)
227 self.assertGreater(len(lines), 5)
377 self.assertGreater(input_shapes, 0)
400 self.assertGreater(len(checker.reports), 0)
404 self.assertGreater(len(checker.reports), 0
    [all...]
  /external/tensorflow/tensorflow/contrib/timeseries/examples/
known_anomaly_test.py 45 self.assertGreater(upper_limit[290] - lower_limit[290],
lstm_test.py 45 self.assertGreater(
  /test/vts/utils/python/controllers/
android_device_test.py 28 self.assertGreater(len(available_serials), 0, 'no device available.')
  /external/tensorflow/tensorflow/python/keras/_impl/keras/
integration_test.py 57 self.assertGreater(history.history['val_acc'][-1], 0.85)
82 self.assertGreater(history.history['val_acc'][-1], 0.85)
105 self.assertGreater(history.history['val_acc'][-1], 0.85)
136 self.assertGreater(history.history['val_acc'][-1], 0.85)
165 self.assertGreater(history.history['val_acc'][-1], 0.70)
200 self.assertGreater(history.history['val_acc'][-1], 0.84)
234 self.assertGreater(history.history['val_acc'][-1], 0.85)
265 self.assertGreater(history.history['val_acc'][-1], 0.85)
290 self.assertGreater(history.history['val_acc'][-1], 0.85)
initializers_test.py 36 self.assertGreater(lim, abs(output.std() - target_std))
38 self.assertGreater(lim, abs(output.mean() - target_mean))
40 self.assertGreater(lim, abs(output.max() - target_max))
42 self.assertGreater(lim, abs(output.min() - target_min))
  /external/tensorflow/tensorflow/contrib/learn/python/learn/learn_io/
io_test.py 49 self.assertGreater(score, 0.5, "Failed with score = {0}".format(score))
65 self.assertGreater(score, 0.5, "Failed with score = {0}".format(score))
121 self.assertGreater(score, 0.5, "Failed with score = {0}".format(score))
  /external/llvm/bindings/python/llvm/tests/
test_object.py 28 self.assertGreater(count, 0)
44 self.assertGreater(count, 0)
  /external/tensorflow/tensorflow/contrib/quantize/python/
quant_ops_test.py 71 self.assertGreater(min_value, -1.0)
73 self.assertGreater(max_value, 0.0)
common_test.py 38 self.assertGreater(num_nodes, 0)
  /external/chromium-trace/catapult/systrace/systrace/
monitor_unittest.py 32 self.assertGreater(5 * 1024 * 1024, len(content))
  /external/libmojo/third_party/catapult/devil/devil/android/perf/
perf_control_devicetest.py 23 self.assertGreater(len(devices), 0, 'No device attached!')
  /external/tensorflow/tensorflow/contrib/kernel_methods/python/
kernel_estimators_test.py 102 self.assertGreater(logreg_prob_predictions[0][1], 0.5)
103 self.assertGreater(logreg_prob_predictions[1][0], 0.5)
104 self.assertGreater(logreg_prob_predictions[2][1], 0.5)
265 self.assertGreater(kernel_linear_accuracy, linear_accuracy)
  /external/tensorflow/tensorflow/contrib/learn/python/learn/
grid_search_test.py 56 self.assertGreater(score, 0.5, 'Failed with score = {0}'.format(score))
  /system/extras/tests/bootloader/
bootloadertest.py 41 self.assertGreater(len(varlist[varname]), 0)
68 self.assertGreater(len(val), 0)
113 self.assertGreater(maxdl, 0)
157 self.assertGreater(maxdl, 0)
  /external/python/cpython2/Lib/unittest/test/
test_case.py 620 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')
    [all...]
  /external/tensorflow/tensorflow/contrib/slim/python/slim/data/
parallel_reader_test.py 73 self.assertGreater(count0, 0)
74 self.assertGreater(count1, 0)
75 self.assertGreater(count2, 0)
181 self.assertGreater(flowers, 0)
225 self.assertGreater(flowers, 0)
  /external/tensorflow/tensorflow/python/profiler/internal/
run_metadata_test.py 118 self.assertGreater(tfprof_node.children[0].exec_micros, 10)
138 self.assertGreater(mm_allocs[1].alloc_micros, mm_allocs[0].alloc_micros)
139 self.assertGreater(mm_allocs[0].alloc_bytes, 0)
151 self.assertGreater(random_allocs[1].alloc_micros, mm.all_start_micros)
158 self.assertGreater(tfprof_node.children[0].exec_micros, 0)

Completed in 702 milliseconds

1 2 3 4 5 6 7 8 9