Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/keras/layers/preprocessing/
Dreduction_test.py57 def test_unweighted_ragged_reduction(self, reduction_str, expected_output): argument
95 def test_weighted_ragged_reduction(self, reduction_str, expected_output): argument
149 def test_unweighted_dense_reduction(self, reduction_str, expected_output): argument
187 def test_weighted_dense_reduction(self, reduction_str, expected_output): argument
Dreduction.py28 def get_reduce_op(reduction_str): argument