Home
last modified time | relevance | path

Searched refs:expected_args (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/contrib/feature_column/python/feature_column/
Dsequence_feature_column_test.py693 def test_get_sparse_tensors(self, inputs_args, expected_args): argument
695 expected = sparse_tensor.SparseTensorValue(**expected_args)
731 def test_get_sparse_tensors(self, inputs_args, expected_args): argument
733 expected = sparse_tensor.SparseTensorValue(**expected_args)
782 def test_get_sparse_tensors(self, inputs_args, expected_args): argument
784 expected = sparse_tensor.SparseTensorValue(**expected_args)
848 def test_get_sparse_tensors(self, inputs_args, expected_args): argument
850 expected = sparse_tensor.SparseTensorValue(**expected_args)
/external/tensorflow/tensorflow/python/feature_column/
Dsequence_feature_column_test.py741 def test_get_sparse_tensors(self, inputs_args, expected_args): argument
743 expected = sparse_tensor.SparseTensorValue(**expected_args)
779 def test_get_sparse_tensors(self, inputs_args, expected_args): argument
781 expected = sparse_tensor.SparseTensorValue(**expected_args)
830 def test_get_sparse_tensors(self, inputs_args, expected_args): argument
832 expected = sparse_tensor.SparseTensorValue(**expected_args)
898 def test_get_sparse_tensors(self, inputs_args, expected_args): argument
900 expected = sparse_tensor.SparseTensorValue(**expected_args)
/external/toolchain-utils/crosperf/
Ddownload_images_unittest.py66 expected_args = (
72 mock_cmd_exec.RunCommand.assert_called_with(expected_args)
/external/autotest/client/common_lib/
Dutils_unittest.py390 *expected_args): argument
391 expected_args += (None,) * (2 - len(expected_args))
393 self.assertEquals(expected_args, (url,data))
400 expected_return, *expected_args): argument
404 *expected_args)
/external/chromium-trace/catapult/common/py_utils/py_utils/
Dcloud_storage_unittest.py148 self.assertEqual(expected_args, args)
150 expected_args = ['cp', 'gs://bucket1/remote_path1',
/external/autotest/client/bin/
Djob_unittest.py529 expected_args = test_set[t]
530 self.assertEqual(parsed_args, expected_args)
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_lowering_nvc0.cpp1206 unsigned expected_args = arg; in handleTXD() local
1211 expected_args++; in handleTXD()
1213 expected_args++; in handleTXD()
1216 expected_args++; in handleTXD()
1219 expected_args++; in handleTXD()
1222 if (expected_args > 4 || in handleTXD()
1235 assert(arg == expected_args); in handleTXD()