Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/ops/
Dclustering_ops_test.py83 self._distances = np.zeros(1001)
84 self._distances[500] = 100.0
85 self._distances[1000] = 50.0
93 clustering_ops.kmc2_chain_initialization(self._distances, seed + i))
106 self._distances = np.zeros(10)
111 self._distances, seed)
/external/lzma/C/
DLzFindMt.c251 UInt32 *_distances = ++distances; in GetMatchesSpecN() local
336 UInt32 num = (UInt32)(distances - _distances); in GetMatchesSpecN()
337 _distances[-1] = num; in GetMatchesSpecN()