Searched defs:x_list (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/python/keras/utils/ |
D | metrics_utils_test.py | 51 def test_passing_dense_tensors(self, x_list, y_list): argument 72 def test_passing_one_dense_tensor(self, x_list): argument 102 def test_passing_both_ragged(self, x_list, y_list): argument 129 def test_passing_one_ragged(self, x_list): argument 165 def test_passing_both_ragged_with_mask(self, x_list, y_list, mask_list): argument 200 def test_passing_one_ragged_with_mask(self, x_list, mask_list): argument 213 def test_failing_different_ragged_and_dense_ranks(self, x_list, y_list): argument 227 def test_failing_different_mask_ranks(self, x_list, y_list, mask_list): argument
|
/external/tensorflow/tensorflow/python/autograph/converters/ |
D | control_flow_test.py | 706 def f(x_list): argument
|