Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/factorization/python/kernel_tests/
Dclustering_ops_test.py80 self._distances = np.zeros(1001)
81 self._distances[500] = 100.0
82 self._distances[1000] = 50.0
90 self._distances, seed + i).eval()
102 self._distances = np.zeros(10)
107 self._distances, seed)
/external/lzma/C/
DLzFindMt.c238 … UInt32 *_distances, UInt32 _maxLen, const UInt32 *hash, Int32 limit, UInt32 size, UInt32 *posRes) in GetMatchesSpecN() argument
242 UInt32 *distances = _distances + 1; in GetMatchesSpecN()
300 UInt32 num = (UInt32)(distances - _distances); in GetMatchesSpecN()
301 *_distances = num - 1; in GetMatchesSpecN()
302 _distances += num; in GetMatchesSpecN()