/external/tensorflow/tensorflow/contrib/gan/python/losses/python/ |
losses_impl_test.py | 44 self._weights = 2.3 138 self._discriminator_gen_outputs, weights=self._weights) 140 self.assertAlmostEqual(self._expected_g_loss * self._weights, 146 real_weights=self._weights, generated_weights=self._weights) 148 self.assertAlmostEqual(self._expected_d_loss * self._weights, 153 weights=constant_op.constant(self._weights)) 155 self.assertAlmostEqual(self._expected_g_loss * self._weights, 159 weights = constant_op.constant(self._weights) 164 self.assertAlmostEqual(self._expected_d_loss * self._weights, [all...] |
/external/tensorflow/tensorflow/contrib/nn/python/ops/ |
sampling_ops_test.py | 48 def _weights(self): member in class:RankSampledSoftmaxLossTest 154 weights=self._weights(), 173 weights=self._weights(), 191 weights=self._weights(), 237 self._testCompareWithNN(self._weights, self._biases, 'div')
|
/external/tensorflow/tensorflow/contrib/rnn/python/ops/ |
core_rnn_cell.py | 97 self._weights = vs.get_variable( 116 res = math_ops.matmul(args[0], self._weights) 120 res = math_ops.matmul(array_ops.concat(args, one), self._weights)
|
/external/tensorflow/tensorflow/contrib/layers/python/layers/ |
feature_column_ops.py | 308 name=column.name + '_weights') 356 name='_weights') [all...] |
/external/tensorflow/tensorflow/python/framework/ |
function_test.py | [all...] |
/external/opencv/ml/include/ |
ml.h | 570 const CvMat* _probs=0, const CvMat* _weights=0, const CvMat* _means=0, const CvMat** _covs=0 ) : 572 probs(_probs), weights(_weights), means(_means), covs(_covs), term_crit(_term_crit) [all...] |
/external/tensorflow/tensorflow/python/feature_column/ |
feature_column_test.py | [all...] |
/external/tensorflow/tensorflow/python/estimator/canned/ |
head.py | 1384 def _weights(features, weight_column): function [all...] |