HomeSort by relevance Sort by last modified time
    Searched refs:_GenerateMatrix (Results 1 - 5 of 5) sorted by null

  /external/tensorflow/tensorflow/python/kernel_tests/
determinant_op_test.py 177 def _GenerateMatrix(self, shape):
190 matrix = self._GenerateMatrix(shape)
203 matrix = self._GenerateMatrix(shape)
matrix_inverse_op_test.py 169 def _GenerateMatrix(self, shape):
184 matrix = self._GenerateMatrix(shape)
198 matrix = self._GenerateMatrix(shape)
matrix_exponential_op_test.py 168 def _GenerateMatrix(self, shape):
182 matrix = self._GenerateMatrix(shape)
matrix_logarithm_op_test.py 140 def _GenerateMatrix(self, shape):
154 matrix = self._GenerateMatrix(shape)
cholesky_op_test.py 318 def _GenerateMatrix(self, shape):
332 matrix = variables.Variable(self._GenerateMatrix(shape))
346 matrix = variables.Variable(self._GenerateMatrix(shape))
360 matrix = self._GenerateMatrix(shape)

Completed in 135 milliseconds