/external/tensorflow/tensorflow/core/kernels/ |
D | compare_and_bitpack_op_gpu.cu.cc | 36 __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()
|
D | softplus_op.h | 41 static const T threshold = in operator() local
|
D | roll_op.cc | 41 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/ |
D | GrDualIntervalGradientColorizer.h | 22 float threshold() const { return fThreshold; } in threshold() function 33 SkPMColor4f bias23, float threshold) in GrDualIntervalGradientColorizer()
|
D | GrDualIntervalGradientColorizer.cpp | 34 auto threshold = _outer.threshold(); in emitCode() local 132 float threshold) { in Make()
|
/external/skia/src/gpu/gradients/ |
D | GrDualIntervalGradientColorizer.h | 22 float threshold() const { return fThreshold; } in threshold() function 33 SkPMColor4f bias23, float threshold) in GrDualIntervalGradientColorizer()
|
D | GrDualIntervalGradientColorizer.cpp | 34 auto threshold = _outer.threshold(); in emitCode() local 132 float threshold) { in Make()
|
/external/ImageMagick/MagickCore/ |
D | threshold.c | 406 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/ |
D | tcuImageCompare.cpp | 91 …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 …]
|
D | tcuBilinearImageCompare.cpp | 114 …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/ |
D | Barrier.java | 36 protected int threshold; field in Barrier
|
/external/autotest/client/cros/audio/ |
D | audio_analysis.py | 234 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/ |
D | AppenderSkeleton.java | 31 public void setThreshold(Priority threshold) { in setThreshold()
|
/external/aac/libPCMutils/src/ |
D | limiter.cpp | 113 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/ |
D | es3fShaderFragDataTests.cpp | 82 …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/ |
D | cdef.h | 28 static INLINE int constrain(int diff, int threshold, int damping) { in constrain()
|
/external/autotest/client/cros/image_comparison/ |
D | verifier.py | 29 def __init__(self, image_comparer, stop_on_first_failure, threshold=0, argument
|
/external/autotest/client/tests/monotonic_time/ |
D | monotonic_time.py | 19 def run_once(self, test_type = None, duration = 300, threshold = None): argument
|
/external/deqp/modules/gles2/functional/ |
D | es2fShaderFragDataTests.cpp | 64 …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/ |
D | get_top_n_impl.h | 31 float threshold, std::vector<std::pair<float, int>>* top_results, in get_top_n() argument
|
/external/grpc-grpc/tools/profiling/microbenchmarks/bm_diff/ |
D | bm_speedup.py | 31 def speedup(new, old, threshold=_DEFAULT_THRESHOLD): argument
|
/external/tensorflow/tensorflow/contrib/model_pruning/python/ |
D | pruning.py | 373 def _update_mask(self, weights, threshold): argument 422 def _maybe_update_block_mask(self, weights, threshold): argument
|
/external/eigen/test/ |
D | qr_colpivoting.cpp | 123 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/ |
D | training_ops_test.py | 69 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/ |
D | tgt.c | 265 OPJ_INT32 threshold) in opj_tgt_encode() 308 OPJ_UINT32 leafno, OPJ_INT32 threshold) in opj_tgt_decode()
|