Searched refs:doOutputTest (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/python/ops/ |
D | nn_test.py | 1121 def doOutputTest(self, member in MomentsTest 1158 self.doOutputTest((10, 10), (0,), check_gradients=True) 1161 self.doOutputTest((10, 10), (0, 1), check_gradients=True) 1164 self.doOutputTest((10, 300), (0,)) 1167 self.doOutputTest((10, 300), (1,)) 1170 self.doOutputTest((10, 300), (0, 1)) 1173 self.doOutputTest((10, 10, 10, 30), (0,)) 1176 self.doOutputTest((10, 10, 10, 30), (1,)) 1179 self.doOutputTest((10, 10, 10, 30), (3,)) 1182 self.doOutputTest((10, 10, 10, 30), (0, 1, 2)) [all …]
|