Searched defs:inputs_args (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/python/feature_column/ |
H A D | sequence_feature_column_test.py | 169 def test_get_sparse_tensors(self, inputs_args, expected_args): argument 243 def test_get_sparse_tensors(self, inputs_args, expected_args): argument 294 def test_get_sparse_tensors(self, inputs_args, expected_args): argument 362 def test_get_sparse_tensors(self, inputs_args, expected_args): argument 421 def test_get_sequence_dense_tensor(self, inputs_args, expected): argument 471 def test_sequence_length(self, inputs_args, expected_sequence_length): argument 722 def test_get_sequence_dense_tensor(self, inputs_args, expected): argument 753 def test_sequence_length(self, inputs_args, expected_sequence_length): argument 849 def test_get_sequence_dense_tensor(self, inputs_args, expected): argument 966 def test_sequence_length(self, inputs_args, expected_sequence_length, shape): argument
|