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

  /external/tensorflow/tensorflow/contrib/factorization/python/ops/
gmm_ops.py 123 self._covariance_type = covariance_type
124 if self._covariance_type not in [DIAG_COVARIANCE, FULL_COVARIANCE]:
127 self._covariance_type)
189 if self._covariance_type == FULL_COVARIANCE:
194 elif self._covariance_type == DIAG_COVARIANCE:
339 if self._covariance_type == FULL_COVARIANCE:
341 elif self._covariance_type == DIAG_COVARIANCE:
432 if self._covariance_type == FULL_COVARIANCE:
434 elif self._covariance_type == DIAG_COVARIANCE:
gmm.py 100 self._covariance_type = covariance_type
165 self._covariance_type,

Completed in 55 milliseconds