/external/eigen/Eigen/src/Eigenvalues/ |
HessenbergDecomposition.h | 130 _compute(m_matrix, m_hCoeffs, m_temp); 161 _compute(m_matrix, m_hCoeffs, m_temp); 272 static void _compute(MatrixType& matA, CoeffVectorType& hCoeffs, VectorType& temp); 294 void HessenbergDecomposition<MatrixType>::_compute(MatrixType& matA, CoeffVectorType& hCoeffs, VectorType& temp) function in class:Eigen::HessenbergDecomposition
|
/external/tensorflow/tensorflow/contrib/distributions/python/kernel_tests/ |
vector_student_t_test.py | 51 def _compute(df, loc, scale_tril, x): function in function:_FakeVectorStudentT.log_prob 63 return _compute(self._df, self._loc, self._scale_tril, x) 65 [_compute(self._df[i], self._loc[i], self._scale_tril[i], x[:, i, :])]
|
/external/tensorflow/tensorflow/contrib/rnn/python/ops/ |
rnn_cell.py | 640 m_out_lst_current, state_out_lst_current = self._compute( 655 def _compute(self, member in class:GridLSTMCell [all...] |