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

  /external/tensorflow/tensorflow/python/ops/linalg/
linear_operator_diag.py 146 self._diag = ops.convert_to_tensor(diag, name="diag")
147 self._check_diag(self._diag)
150 if not self._diag.dtype.is_complex:
161 dtype=self._diag.dtype,
162 graph_parents=[self._diag],
191 d_shape = self._diag.get_shape()
195 d_shape = array_ops.shape(self._diag)
201 self._diag,
215 math_ops.real(self._diag),
220 self._diag,
    [all...]
linear_operator_lower_triangular.py 155 self._diag = array_ops.matrix_diag_part(self._tril)
194 self._diag,
202 return math_ops.reduce_prod(self._diag, reduction_indices=[-1])
206 math_ops.log(math_ops.abs(self._diag)), reduction_indices=[-1])
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.osgi/3.9.0.v20130529-1710/
org.eclipse.osgi-3.9.0.v20130529-1710.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.osgi_3.9.0.v20130529-1710.jar 

Completed in 98 milliseconds