Home
last modified time | relevance | path

Searched refs:_min_matrix_dim (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/python/ops/linalg/
Dlinear_operator_identity.py77 def _min_matrix_dim(self): member in BaseLinearOperatorIdentity
92 d_shape = self.batch_shape.concatenate([self._min_matrix_dim()])
373 if self._min_matrix_dim() is not None:
374 return self._min_matrix_dim() * batch_of_ones
692 if self._min_matrix_dim() is not None:
693 return self.multiplier * self._min_matrix_dim() * batch_of_ones
Dlinear_operator_zeros.py431 def _min_matrix_dim(self): member in LinearOperatorZeros
446 d_shape = self.batch_shape.concatenate([self._min_matrix_dim()])