Searched refs:_infer_graph (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/contrib/factorization/python/ops/ |
D | clustering_ops.py | 226 def _infer_graph(self, inputs, clusters): member in KMeans 377 all_scores, scores, cluster_idx = self._infer_graph(inputs, cluster_centers)
|
/external/tensorflow/tensorflow/python/ops/ |
D | clustering_ops.py | 227 def _infer_graph(self, inputs, clusters): member in KMeans 378 all_scores, scores, cluster_idx = self._infer_graph(inputs, cluster_centers)
|