Searched refs:expected_args (Results 1 – 7 of 7) sorted by relevance
/external/tensorflow/tensorflow/contrib/feature_column/python/feature_column/ |
D | sequence_feature_column_test.py | 693 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/ |
D | sequence_feature_column_test.py | 741 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/ |
D | download_images_unittest.py | 66 expected_args = ( 72 mock_cmd_exec.RunCommand.assert_called_with(expected_args)
|
/external/autotest/client/common_lib/ |
D | utils_unittest.py | 390 *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/ |
D | cloud_storage_unittest.py | 148 self.assertEqual(expected_args, args) 150 expected_args = ['cp', 'gs://bucket1/remote_path1',
|
/external/autotest/client/bin/ |
D | job_unittest.py | 529 expected_args = test_set[t] 530 self.assertEqual(parsed_args, expected_args)
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_lowering_nvc0.cpp | 1206 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()
|