Searched refs:maxima (Results 1 - 17 of 17) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
H A Dmultinomial_op_gpu.cu.cc39 // scores: [B, S, C]; maxima: [B, S]; output: [B, S].
43 const float* maxima, OutputType* output) {
46 if (ldg(maxima + maxima_idx) == ldg(scores + index)) {
60 typename TTypes<float>::Flat maxima, int batch_size,
101 To32Bit(maxima).device(d) = To32Bit(scores).reshape(bsc).maximum(kTwo);
110 num_samples, scores.data(), maxima.data(),
41 MultinomialKernel(int32 nthreads, const int32 num_classes, const int32 num_samples, const float* scores, const float* maxima, OutputType* output) argument
56 operator ()(OpKernelContext* ctx, const GPUDevice& d, typename TTypes<T>::ConstMatrix logits, typename TTypes<float>::Flat noises, typename TTypes<float>::Flat scores, typename TTypes<float>::Flat maxima, int batch_size, int num_classes, int num_samples, const random::PhiloxRandom& gen, typename TTypes<OutputType>::Matrix output) argument
/external/ImageMagick/MagickCore/
H A Dstatistic.h36 maxima, member in struct:_ChannelStatistics
H A Didentify.c162 channel_statistics[i].maxima=(-MagickMaximumValue);
204 if ((double) p[i] > channel_statistics[channel].maxima)
205 channel_statistics[channel].maxima=(double) p[i];
302 target=channel_statistics[channel].maxima;
420 (MagickRealType) (scale*channel_statistics[channel].maxima)),
421 channel_statistics[channel].maxima/(double) QuantumRange,scale*
H A Dstatistic.c1180 % size_t *maxima,ExceptionInfo *exception)
1188 % o maxima: the maximum value in the channel. argument
1194 size_t *minima,size_t *maxima,ExceptionInfo *exception)
1209 *maxima=(size_t) floor(max+0.5);
1884 % double *maxima,ExceptionInfo *exception)
1892 % o maxima: the maximum value in the channel.
1898 double *maxima,ExceptionInfo *exception)
1916 *maxima=0.0;
1988 *maxima=row_maxima;
1995 if (row_maxima > *maxima)
1887 GetImageRange(const Image *image,double *minima, double *maxima,ExceptionInfo *exception) argument
[all...]
H A Dfeature.c418 Non-maxima suppression, remove pixels that are not considered to be part
1749 % o width, height: find line pairs as local maxima in this neighborhood.
2002 maxima;
2011 Is point a local maxima?
2013 maxima=count;
2024 if (count > maxima)
2026 maxima=count;
2035 if (maxima > count)
2066 "line %g,%g %g,%g # %g\n",line.x1,line.y1,line.x2,line.y2,maxima);
1998 maxima; local
H A Dfx.c1173 if (LocaleNCompare(symbol,"maxima",6) == 0)
1176 maxima, local
1179 (void) GetImageRange(image,&minima,&maxima,exception);
1180 (void) FormatLocaleString(statistic,MagickPathExtent,"%g",maxima);
1194 maxima, local
1197 (void) GetImageRange(image,&minima,&maxima,exception);
1667 (LocaleCompare(symbol,"image.maxima") == 0) ||
1731 if (LocaleNCompare(symbol,"maxima",6) == 0)
2716 if (LocaleNCompare(expression,"maxima",6) == 0)
/external/ImageMagick/Magick++/lib/Magick++/
H A DStatistic.h164 double maxima() const;
/external/ImageMagick/www/api/
H A Dstatistic.php171 size_t *maxima,ExceptionInfo *exception)
189 <dt>maxima</dt>
330 double *maxima,ExceptionInfo *exception)
348 <dt>maxima</dt>
359 <p>GetImageStatistics() returns statistics for each channel in the image. The statistics include the channel depth, its minima, maxima, mean, standard deviation, kurtosis and skewness. You can access the red channel mean, for example, like this:</p>
H A Dfeature.php162 <dd>find line pairs as local maxima in this neighborhood. </dd>
H A Dmagick-image.php2508 double *maxima)
2526 <dt>maxima</dt>
2533 <p>MagickGetImageStatistics() returns statistics for each channel in the image. The statistics include the channel depth, its minima and maxima, the mean, the standard deviation, the kurtosis and the skewness. You can access the red channel mean, for example, like this:</p>
/external/ImageMagick/coders/
H A Dfits.c176 const int bits_per_pixel,double *minima,double *maxima)
195 *maxima=(*minima);
201 if (pixel > *maxima)
202 *maxima=pixel;
170 GetFITSPixelExtrema(Image *image, const int bits_per_pixel,double *minima,double *maxima) argument
H A Djson.c303 channel_statistics[i].maxima=(-MagickMaximumValue);
345 if ((double) p[i] > channel_statistics[channel].maxima)
346 channel_statistics[channel].maxima=(double) p[i];
519 target=channel_statistics[channel].maxima;
658 channel_statistics[channel].maxima),scale*channel_statistics[channel].mean,
/external/ImageMagick/Magick++/lib/
H A DStatistic.cpp352 double Magick::ChannelStatistics::maxima() const function in class:Magick::ChannelStatistics
409 _maxima(channelStatistics_->maxima),
/external/guice/extensions/assistedinject/test/com/google/inject/assistedinject/
H A DFactoryProvider2Test.java729 Maxima maxima = (Maxima) factory.create(Color.BLACK, Color.GRAY);
730 assertSame(Color.BLACK, maxima.paint);
731 assertSame(Color.GRAY, maxima.fabric);
/external/ImageMagick/MagickWand/
H A Dmagick-image.c4260 % double *maxima)
4268 % o maxima: The maximum pixel value for the specified channel(s).
4272 double *minima,double *maxima)
4283 status=GetImageRange(wand->images,minima,maxima,wand->exception);
4301 % maxima, the mean, the standard deviation, the kurtosis and the skewness.
4188 MagickGetImageRange(MagickWand *wand, double *minima,double *maxima) argument
/external/ImageMagick/PerlMagick/
H A DMagick.xs14355 channel_statistics[channel].maxima/scale); \
/external/ImageMagick/PerlMagick/quantum/
H A Dquantum.xs.in14355 channel_statistics[channel].maxima/scale); \

Completed in 1930 milliseconds