Home
last modified time | relevance | path

Searched defs:x_list (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/python/keras/utils/
Dmetrics_utils_test.py55 def test_passing_dense_tensors(self, x_list, y_list): argument
76 def test_passing_one_dense_tensor(self, x_list): argument
106 def test_passing_both_ragged(self, x_list, y_list): argument
133 def test_passing_one_ragged(self, x_list): argument
169 def test_passing_both_ragged_with_mask(self, x_list, y_list, mask_list): argument
204 def test_passing_one_ragged_with_mask(self, x_list, mask_list): argument
217 def test_failing_different_ragged_and_dense_ranks(self, x_list, y_list): argument
231 def test_failing_different_mask_ranks(self, x_list, y_list, mask_list): argument
/external/tensorflow/tensorflow/python/autograph/converters/
Dcontrol_flow_test.py706 def f(x_list): argument