Home
last modified time | relevance | path

Searched refs:_set_graph_parents (Results 1 – 13 of 13) sorted by relevance

/external/tensorflow/tensorflow/python/ops/linalg/
Dlinear_operator_full_matrix.py159 self._set_graph_parents([self._matrix])
Dlinear_operator_inversion.py176 self._set_graph_parents(operator.graph_parents)
Dlinear_operator_lower_triangular.py167 self._set_graph_parents([self._tril])
Dlinear_operator_adjoint.py163 self._set_graph_parents(operator.graph_parents)
Dlinear_operator_composition.py195 self._set_graph_parents(graph_parents)
Dlinear_operator_diag.py176 self._set_graph_parents([self._diag])
Dlinear_operator_householder.py165 self._set_graph_parents([self._reflection_axis])
Dlinear_operator_toeplitz.py169 self._set_graph_parents([self._row, self._col])
Dlinear_operator.py230 self._set_graph_parents(graph_parents)
1142 def _set_graph_parents(self, graph_parents): member in LinearOperator
Dlinear_operator_low_rank_update.py269 self._set_graph_parents(graph_parents)
Dlinear_operator_kronecker.py240 self._set_graph_parents(graph_parents)
Dlinear_operator_circulant.py129 self._set_graph_parents([self.spectrum])
Dlinear_operator_block_diag.py239 self._set_graph_parents(graph_parents)