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

  /external/tensorflow/tensorflow/contrib/factorization/python/ops/
gmm_test.py 153 covariance_type=cov_type,
187 covariance_type='full',
217 gmm = gmm_lib.GMM(2, covariance_type='diag')
gmm.py 81 covariance_type='full',
94 covariance_type: one of "full", "diag".
100 self._covariance_type = covariance_type
gmm_ops.py 103 covariance_type=FULL_COVARIANCE,
115 covariance_type: one of "full", "diag".
123 self._covariance_type = covariance_type
464 covariance_type=FULL_COVARIANCE,
477 covariance_type: one of "diag", "full".
499 covariance_type, random_seed)

Completed in 496 milliseconds