OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_cluster_centers_initialized
(Results
1 - 3
of
3
) sorted by null
/external/tensorflow/tensorflow/contrib/factorization/python/ops/
gmm_ops.py
168
self.
_cluster_centers_initialized
= variables.VariableV1(False,
201
with ops.colocate_with(self.
_cluster_centers_initialized
):
204
array_ops.identity(self.
_cluster_centers_initialized
))
210
state_ops.assign(self.
_cluster_centers_initialized
, True))
218
state_ops.assign(self.
_cluster_centers_initialized
, True))
233
return self.
_cluster_centers_initialized
clustering_ops.py
592
self.
_cluster_centers_initialized
= cluster_centers_initialized
[
all
...]
/external/tensorflow/tensorflow/python/ops/
clustering_ops.py
593
self.
_cluster_centers_initialized
= cluster_centers_initialized
[
all
...]
Completed in 1383 milliseconds