Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/ops/
Dclustering_ops.py46 COSINE_DISTANCE = 'cosine' variable
139 if distance_metric not in [SQUARED_EUCLIDEAN_DISTANCE, COSINE_DISTANCE]:
168 elif distance_metric == COSINE_DISTANCE:
246 if (self._distance_metric == COSINE_DISTANCE and
259 if self._distance_metric == COSINE_DISTANCE:
267 return (self._distance_metric == COSINE_DISTANCE and
373 if self._distance_metric == COSINE_DISTANCE:
414 if self._distance_metric == COSINE_DISTANCE:
613 if self._distance_metric == COSINE_DISTANCE:
657 if self._distance_metric == COSINE_DISTANCE:
[all …]
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.estimator.experimental.-k-means.pbtxt19 name: "COSINE_DISTANCE"