HomeSort by relevance Sort by last modified time
    Searched refs:_dist (Results 1 - 4 of 4) sorted by null

  /external/opencv/ml/src/
mlknearest.cpp 215 CvMat* _dist, Cv32suf* sort_buf ) const
290 if( _dist )
292 dst = (float*)(_dist->data.ptr + (start + i)*_dist->step);
306 const float** _neighbors, CvMat* _neighbor_responses, CvMat* _dist ) const
349 if( _dist )
351 if( !CV_IS_MAT(_dist) || CV_MAT_TYPE(_dist->type) != CV_32FC1 ||
352 _dist->rows != _samples->rows || _dist->cols != k
    [all...]
  /external/tensorflow/tensorflow/contrib/distributions/python/ops/
quantized_distribution.py 221 self._dist = distribution
232 graph_parents = self._dist._graph_parents # pylint: disable=protected-access
254 dtype=self._dist.dtype,
257 allow_nan_stats=self._dist.allow_nan_stats,
509 return self._dist
  /external/opencv/cv/src/
_cvkdtree.hpp 304 bbf_nn(const __valuetype & _p, accum_type _dist)
305 : p(&_p), dist(_dist) {
316 bbf_node(int _node, accum_type _dist)
317 : node(_node), dist(_dist) {
  /external/opencv/ml/include/
ml.h 302 CvMat* _neighbor_responses, CvMat* _dist, Cv32suf* sort_buf ) const;
    [all...]

Completed in 99 milliseconds