Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/ops/linalg/
Dlinear_operator_identity.py85 def _min_matrix_dim_tensor(self): member in BaseLinearOperatorIdentity
96 [self._min_matrix_dim_tensor()]], axis=0)
392 return (math_ops.cast(self._min_matrix_dim_tensor(), self.dtype) *
725 return (self.multiplier * math_ops.cast(self._min_matrix_dim_tensor(),
Dlinear_operator_zeros.py457 def _min_matrix_dim_tensor(self): member in LinearOperatorZeros
468 [self._min_matrix_dim_tensor()]], axis=0)