Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/factorization/python/ops/
Dgmm_ops.py41 FULL_COVARIANCE = 'full' variable
103 covariance_type=FULL_COVARIANCE,
124 if self._covariance_type not in [DIAG_COVARIANCE, FULL_COVARIANCE]:
189 if self._covariance_type == FULL_COVARIANCE:
339 if self._covariance_type == FULL_COVARIANCE:
432 if self._covariance_type == FULL_COVARIANCE:
466 covariance_type=FULL_COVARIANCE,