Home
last modified time | relevance | path

Searched defs:threshold (Results 1 – 25 of 380) sorted by relevance

12345678910>>...16

/external/tensorflow/tensorflow/core/kernels/
Dcompare_and_bitpack_op_gpu.cu.cc36 __global__ void CompareAndBitpackKernel(const int size, const T* threshold, in CompareAndBitpackKernel()
59 const bool* threshold, in CompareAndBitpackKernel()
81 const float* threshold, in CompareAndBitpackKernel()
98 const double* threshold, in CompareAndBitpackKernel()
Dsoftplus_op.h41 static const T threshold = in operator() local
Droll_op.cc41 const T* input, T* output, const gtl::ArraySlice<int>& threshold, in DoRoll()
105 const gtl::ArraySlice<int>& threshold, in DoRollWithMemcpy()
272 gtl::InlinedVector<int, 4> threshold(num_dims); in Compute() local
/external/skqp/src/gpu/gradients/
DGrDualIntervalGradientColorizer.h22 float threshold() const { return fThreshold; } in threshold() function
33 SkPMColor4f bias23, float threshold) in GrDualIntervalGradientColorizer()
DGrDualIntervalGradientColorizer.cpp34 auto threshold = _outer.threshold(); in emitCode() local
132 float threshold) { in Make()
/external/skia/src/gpu/gradients/
DGrDualIntervalGradientColorizer.h22 float threshold() const { return fThreshold; } in threshold() function
33 SkPMColor4f bias23, float threshold) in GrDualIntervalGradientColorizer()
DGrDualIntervalGradientColorizer.cpp34 auto threshold = _outer.threshold(); in emitCode() local
132 float threshold) { in Make()
/external/ImageMagick/MagickCore/
Dthreshold.c406 threshold; in KapurThreshold() local
496 threshold; in OTSUThreshold() local
590 threshold; in TriangleThreshold() local
671 threshold; in AutoThresholdImage() local
801 MagickExport MagickBooleanType BilevelImage(Image *image,const double threshold, in BilevelImage()
941 threshold; in BlackThresholdImage() local
1329 *threshold, in GetThresholdMapFile() local
1523 *threshold, in ListThresholdMapFile() local
1792 threshold; in OrderedDitherImage() local
2027 threshold; in RandomThresholdImage() local
[all …]
/external/deqp/framework/common/
DtcuImageCompare.cpp91 …elBufferAccess& reference, const ConstPixelBufferAccess& result, const UVec4& threshold, const tcu… in findNumPositionDeviationFailingPixels()
217 …tPixelBufferAccess& reference, const ConstPixelBufferAccess& result, float threshold, CompareLogMo… in fuzzyCompare()
286 …char* imageSetDesc, const Surface& reference, const Surface& result, float threshold, CompareLogMo… in fuzzyCompare()
488 …elBufferAccess& reference, const ConstPixelBufferAccess& result, const UVec4& threshold, CompareLo… in floatUlpThresholdCompare()
574 …xelBufferAccess& reference, const ConstPixelBufferAccess& result, const Vec4& threshold, CompareLo… in floatThresholdCompare()
661 …esc, const Vec4& reference, const ConstPixelBufferAccess& result, const Vec4& threshold, CompareLo… in floatThresholdCompare()
743 …elBufferAccess& reference, const ConstPixelBufferAccess& result, const UVec4& threshold, CompareLo… in intThresholdCompare()
838 …elBufferAccess& reference, const ConstPixelBufferAccess& result, const UVec4& threshold, const tcu… in intThresholdPositionDeviationCompare()
917 …elBufferAccess& reference, const ConstPixelBufferAccess& result, const UVec4& threshold, const tcu… in intThresholdPositionDeviationErrorThresholdCompare()
984 …r* imageSetDesc, const Surface& reference, const Surface& result, const RGBA& threshold, CompareLo… in pixelThresholdCompare()
[all …]
DtcuBilinearImageCompare.cpp114 …xelBufferAccess& reference, const ConstPixelBufferAccess& result, const RGBA threshold, int x, int… in comparePixelRGBA8()
191 …ce, const ConstPixelBufferAccess& result, const PixelBufferAccess& errorMask, const RGBA threshold) in bilinearCompareRGBA8()
219 …ce, const ConstPixelBufferAccess& result, const PixelBufferAccess& errorMask, const RGBA threshold) in bilinearCompare()
/external/antlr/tool/src/main/java/org/antlr/misc/
DBarrier.java36 protected int threshold; field in Barrier
/external/autotest/client/cros/audio/
Daudio_analysis.py234 threshold=PATTERN_MATCHING_THRESHOLD): argument
307 def _moving_pattern_matching(golden_signal, test_signal, threshold): argument
/external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/
DAppenderSkeleton.java31 public void setThreshold(Priority threshold) { in setThreshold()
/external/aac/libPCMutils/src/
Dlimiter.cpp113 FIXP_DBL threshold, unsigned int maxChannels, in pcmLimiter_Create()
188 FIXP_DBL threshold = limiter->threshold; in pcmLimiter_Apply() local
370 FIXP_DBL threshold) { in pcmLimiter_SetThreshold()
/external/deqp/modules/gles3/functional/
Des3fShaderFragDataTests.cpp82 …olor (tcu::TestLog& log, const tcu::Surface& surface, tcu::RGBA expectedColor, tcu::RGBA threshold) in compareSingleColor()
219 …const tcu::RGBA threshold = renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + tc… in iterate() local
328 …const tcu::RGBA threshold = renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + tcu… in iterate() local
/external/libaom/libaom/av1/common/
Dcdef.h28 static INLINE int constrain(int diff, int threshold, int damping) { in constrain()
/external/autotest/client/cros/image_comparison/
Dverifier.py29 def __init__(self, image_comparer, stop_on_first_failure, threshold=0, argument
/external/autotest/client/tests/monotonic_time/
Dmonotonic_time.py19 def run_once(self, test_type = None, duration = 300, threshold = None): argument
/external/deqp/modules/gles2/functional/
Des2fShaderFragDataTests.cpp64 …olor (tcu::TestLog& log, const tcu::Surface& surface, tcu::RGBA expectedColor, tcu::RGBA threshold) in compareSingleColor()
201 …const tcu::RGBA threshold = renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + tc… in iterate() local
/external/tensorflow/tensorflow/lite/examples/label_image/
Dget_top_n_impl.h31 float threshold, std::vector<std::pair<float, int>>* top_results, in get_top_n() argument
/external/grpc-grpc/tools/profiling/microbenchmarks/bm_diff/
Dbm_speedup.py31 def speedup(new, old, threshold=_DEFAULT_THRESHOLD): argument
/external/tensorflow/tensorflow/contrib/model_pruning/python/
Dpruning.py373 def _update_mask(self, weights, threshold): argument
422 def _maybe_update_block_mask(self, weights, threshold): argument
/external/eigen/test/
Dqr_colpivoting.cpp123 RealScalar threshold = in qr() local
186 RealScalar threshold = in qr_fixedsize() local
234 RealScalar threshold = in qr_kahan_matrix() local
/external/tensorflow/tensorflow/contrib/boosted_trees/python/kernel_tests/
Dtraining_ops_test.py69 def _gen_dense_split_info(fc, threshold, left_weight, right_weight): argument
94 def _gen_dense_oblivious_split_info(fc, threshold, leave_weights, argument
/external/pdfium/third_party/libopenjpeg20/
Dtgt.c265 OPJ_INT32 threshold) in opj_tgt_encode()
308 OPJ_UINT32 leafno, OPJ_INT32 threshold) in opj_tgt_decode()

12345678910>>...16