/external/tensorflow/tensorflow/python/ops/linalg/ |
D | linear_operator_composition.py | 179 graph_parents = [] 181 graph_parents.extend(operator.graph_parents) 185 with ops.name_scope(name, values=graph_parents): 195 self._set_graph_parents(graph_parents)
|
D | linear_operator_addition.py | 117 graph_parents = [] 119 graph_parents.extend(operator.graph_parents) 121 with ops.name_scope(name or "add_operators", values=graph_parents): 285 values = op1.graph_parents + op2.graph_parents
|
D | linear_operator_low_rank_update.py | 239 values = base_operator.graph_parents + [u, diag_update, v] 257 graph_parents = base_operator.graph_parents + [ 259 graph_parents = [p for p in graph_parents if p is not None] 269 self._set_graph_parents(graph_parents)
|
D | linear_operator.py | 177 graph_parents=None, argument 229 if graph_parents is not None: 230 self._set_graph_parents(graph_parents) 267 def graph_parents(self): member in LinearOperator 1142 def _set_graph_parents(self, graph_parents): argument 1153 graph_parents = [] if graph_parents is None else graph_parents 1154 for i, t in enumerate(graph_parents): 1158 self._graph_parents = graph_parents
|
D | linear_operator_kronecker.py | 222 graph_parents = [] 224 graph_parents.extend(operator.graph_parents) 230 with ops.name_scope(name, values=graph_parents): 240 self._set_graph_parents(graph_parents)
|
D | linear_operator_inversion.py | 166 with ops.name_scope(name, values=operator.graph_parents): 176 self._set_graph_parents(operator.graph_parents)
|
D | linear_operator_block_diag.py | 221 graph_parents = [] 223 graph_parents.extend(operator.graph_parents) 228 with ops.name_scope(name, values=graph_parents): 239 self._set_graph_parents(graph_parents)
|
D | linear_operator_adjoint.py | 153 with ops.name_scope(name, values=operator.graph_parents): 163 self._set_graph_parents(operator.graph_parents)
|
/external/tensorflow/tensorflow/python/ops/distributions/ |
D | distribution.py | 431 graph_parents=None, argument 463 graph_parents = [] if graph_parents is None else graph_parents 464 for i, t in enumerate(graph_parents): 476 self._graph_parents = graph_parents
|
D | bijector_impl.py | 495 graph_parents=None, argument 540 self._graph_parents = graph_parents or [] 591 def graph_parents(self): member in Bijector 1004 name, values=(values or []) + self.graph_parents) as scope:
|
D | bernoulli.py | 96 graph_parents=[self._logits, self._probs],
|
D | uniform.py | 129 graph_parents=[self._low,
|
D | dirichlet_multinomial.py | 229 graph_parents=[self._total_count,
|
D | laplace.py | 125 graph_parents=[self._loc, self._scale],
|
D | multinomial.py | 214 graph_parents=[self._total_count,
|
D | transformed_distribution.py | 325 graph_parents=(distribution._graph_parents + # pylint: disable=protected-access 326 bijector.graph_parents),
|
D | dirichlet.py | 208 graph_parents=[self._concentration,
|
D | normal.py | 159 graph_parents=[self._loc, self._scale],
|
D | gamma.py | 182 graph_parents=[self._concentration,
|
/external/tensorflow/tensorflow/tools/api/golden/v2/ |
D | tensorflow.linalg.-linear-operator.pbtxt | 25 name: "graph_parents" 86 …argspec: "args=[\'self\', \'dtype\', \'graph_parents\', \'is_non_singular\', \'is_self_adjoint\', …
|
D | tensorflow.linalg.-linear-operator-toeplitz.pbtxt | 30 name: "graph_parents"
|
D | tensorflow.linalg.-linear-operator-scaled-identity.pbtxt | 27 name: "graph_parents"
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.linalg.-linear-operator.pbtxt | 25 name: "graph_parents" 86 …argspec: "args=[\'self\', \'dtype\', \'graph_parents\', \'is_non_singular\', \'is_self_adjoint\', …
|
D | tensorflow.distributions.-distribution.pbtxt | 40 …ion_type\', \'validate_args\', \'allow_nan_stats\', \'parameters\', \'graph_parents\', \'name\'], …
|
D | tensorflow.linalg.-linear-operator-householder.pbtxt | 26 name: "graph_parents"
|