Searched refs:_testCompareWithNN (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/contrib/nn/python/ops/ |
D | sampling_ops_test.py | 204 def _testCompareWithNN(self, weights, biases, partition_strategy): member in RankSampledSoftmaxLossTest 237 self._testCompareWithNN(self._weights, self._biases, 'div') 240 self._testCompareWithNN(self._div_sharded_weights, self._biases, 'div') 243 self._testCompareWithNN(self._div_sharded_weights, self._div_sharded_biases, 247 self._testCompareWithNN(self._mod_sharded_weights, self._biases, 'mod') 250 self._testCompareWithNN(self._mod_sharded_weights, self._mod_sharded_biases,
|