Searched refs:assertListEqual (Results 51 - 73 of 73) sorted by relevance

123

/external/tensorflow/tensorflow/python/layers/
H A Dnormalization_test.py266 self.assertListEqual(outputs.get_shape().as_list(), [5, 4, 3])
276 self.assertListEqual(
280 self.assertListEqual(
293 self.assertListEqual(outputs.get_shape().as_list(), [5, 4, 3, 3])
305 self.assertListEqual(
309 self.assertListEqual(
812 self.assertListEqual(outputs.get_shape().as_list(), [5, 4, 3])
827 self.assertListEqual(outputs.get_shape().as_list(), [5, 4, 3])
1039 self.assertListEqual(
1055 self.assertListEqual(ou
[all...]
/external/trappy/tests/
H A Dtest_base.py238 self.assertListEqual(df["my_field"].tolist(),
/external/python/cpython3/Lib/test/
H A Dtest_lzma.py961 self.assertListEqual(list(iter(f)), lines)
963 self.assertListEqual(list(iter(f)), lines)
965 self.assertListEqual(list(iter(f)), lines)
967 self.assertListEqual(list(iter(f)), lines)
970 self.assertListEqual(list(iter(f)), lines)
983 self.assertListEqual(f.readlines(), lines)
H A Dtest_posix.py1258 self.assertListEqual(groups, posix.getgroups())
H A Dtest_tarfile.py332 self.assertListEqual(tar.getmembers(), [])
367 self.assertListEqual(tar.getnames(), ["foo"],
H A Dtest_statistics.py1042 self.assertListEqual(data, saved, "data has been modified")
H A Dtest_descr.py4781 self.assertListEqual(list(reduce_value[3]), listitems)
4954 self.assertListEqual(obj.__slots__, objcopy.__slots__, msg=msg)
H A Dpickletester.py676 self.assertListEqual(obj.__slots__, objcopy.__slots__, msg=msg)
/external/antlr/antlr-3.4/runtime/Python/tests/
H A Dtestbase.py117 def assertListEqual(self, a, b): member in class:ANTLRTest
/external/chromium-trace/catapult/devil/devil/android/
H A Dbattery_utils_test.py622 self.assertListEqual(self.battery._cache['profile']['name'], ["Nexus 4"])
628 self.assertListEqual(self.battery._cache['profile']['name'], [])
/external/tensorflow/tensorflow/contrib/kfac/python/kernel_tests/
H A Dfisher_factors_test.py262 self.assertListEqual([inv, factor._inverses_by_damping[dampings[2]]],
283 self.assertListEqual([matpower1, matpower2], factor_vars)
/external/tensorflow/tensorflow/python/keras/_impl/keras/layers/
H A Dwrappers_test.py177 self.assertListEqual(shape.as_list(), ref_shape.as_list())
/external/tensorflow/tensorflow/python/kernel_tests/
H A Dpy_func_test.py180 self.assertListEqual(list(z.eval()), [b"hello there", b"hi ya"])
/external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/
H A Dhead_test.py546 self.assertListEqual(
851 self.assertListEqual(
862 self.assertListEqual(
H A Ddnn_linear_combined_test.py790 self.assertListEqual([0] * 4, classes)
/external/tensorflow/tensorflow/python/training/
H A Dbasic_session_run_hooks_test.py1106 self.assertListEqual(expected_values,
1121 self.assertListEqual(expected_values,
/external/python/cpython2/Lib/test/
H A Dtest_posix.py655 self.assertListEqual(groups, posix.getgroups())
H A Dtest_tarfile.py251 self.assertListEqual(tar.getmembers(), [])
295 self.assertListEqual(tar.getnames(), ["foo"],
H A Dpickletester.py496 self.assertListEqual(obj.__slots__, objcopy.__slots__, msg=msg)
/external/python/cpython2/Lib/unittest/
H A Dcase.py198 self.addTypeEqualityFunc(list, 'assertListEqual')
732 def assertListEqual(self, list1, list2, msg=None): member in class:TestCase
/external/python/cpython3/Lib/unittest/
H A Dcase.py410 self.addTypeEqualityFunc(list, 'assertListEqual')
1009 def assertListEqual(self, list1, list2, msg=None): member in class:TestCase
/external/python/cpython3/Lib/test/test_email/
H A Dtest_email.py3867 self.assertListEqual([str(x) for x in msg.values()],
3878 self.assertListEqual([(str(x), str(y)) for (x, y) in msg.items()],
3890 self.assertListEqual([str(x) for x in msg.get_all('from')],
/external/autotest/site_utils/
H A Dgs_offloader_unittest.py767 self.assertListEqual(relevant_lines, expected_lines)

Completed in 518 milliseconds

123