Home
last modified time | relevance | path

Searched refs:deviations (Results 1 – 25 of 30) sorted by relevance

12

/external/tensorflow/tensorflow/core/grappler/costs/
Drobust_stats.cc70 std::vector<double> deviations; in ScaledMedianAbsoluteDeviation() local
71 deviations.reserve(sorted_values.size()); in ScaledMedianAbsoluteDeviation()
73 deviations.push_back(std::abs(d - median)); in ScaledMedianAbsoluteDeviation()
75 double mad = Median(std::move(deviations)) * 1.4826; in ScaledMedianAbsoluteDeviation()
/external/cldr/tools/java/org/unicode/cldr/tool/
DShowChildren.java42 Counter<String> deviations = new Counter<String>(); in main() local
89 deviations.add(parent, path2value2locales.size()); in main()
91 for (String locale : deviations.getKeysetSortedByKey()) { in main()
93 System.out.println(parentName + "\t" + locale + "\t" + deviations.get(locale)); in main()
/external/autotest/client/tests/aiostress/
Daio-stress.c130 int deviations[DEVIATIONS] = { 100, 250, 500, 1000, 5000, 10000 }; variable
136 double deviations[DEVIATIONS]; member
303 if (delta < deviations[i]) { in calc_latency()
304 lat->deviations[i]++; in calc_latency()
426 fprintf(stderr, " %.0f < %d", lat->deviations[i], deviations[i]); in print_lat()
427 total_counted += lat->deviations[i]; in print_lat()
/external/ltp/testcases/kernel/io/ltp-aiodio/
Daio-stress.c131 int deviations[DEVIATIONS] = { 100, 250, 500, 1000, 5000, 10000 }; variable
138 double deviations[DEVIATIONS]; member
305 if (delta < deviations[i]) { in calc_latency()
306 lat->deviations[i]++; in calc_latency()
438 fprintf(stderr, " %.0f < %d", lat->deviations[i], in print_lat()
439 deviations[i]); in print_lat()
440 total_counted += lat->deviations[i]; in print_lat()
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_StatelessTruncatedNormal.pbtxt31 deviations from the mean are dropped and re-picked.
Dapi_def_TruncatedNormal.pbtxt40 deviations from the mean are dropped and re-picked.
/external/walt/ios/WALT/
DDragLatencyController.mm142 std::vector<NSTimeInterval> deviations;
143 deviations.reserve(kSteps);
152 deviations.push_back(StandardDeviation(laserYs));
155 return ArgMin(deviations) * kShiftStep;
/external/deqp/doc/testspecs/GLES31/
Dfunctional.blend_equation_advanced.txt45 deviations in rendered images.
/external/deqp/doc/testspecs/GLES3/
Dfunctional.shaders.int_op.txt65 is used to allow small deviations due to fragment input interpolation.
/external/tensorflow/tensorflow/examples/multibox_detector/
DREADME.md29 contains means and standard deviations for all 784 possible detections,
/external/boringssl/src/
DSTYLE.md14 given rule. Module-wide deviations on naming should be respected while
207 Explicitly mention any surprising edge cases or deviations from common
/external/toolchain-utils/cros_utils/
Dstats.py627 deviations = []
629 deviations.append(item - mn)
630 return ss(deviations) / float(n)
677 deviations = [0] * len(inlist)
679 deviations[i] = inlist[i] - mn
680 return ss(deviations) / float(n - 1)
2754 deviations = inarray - mn
2761 svar = ass(deviations, dimension, keepdims) / float(n)
2831 deviations = inarray - mn
2838 var = ass(deviations, dimension, keepdims) / float(n - 1)
/external/icu/icu4c/source/data/mappings/
Dgsm-03.38-2009.ucm24 # Other deviations from the Unicode file:
/external/lmfit/man/
Dlmcurve.pod83 Contains the standard deviations of the values I<y>.
/external/vulkan-validation-layers/
DLICENSE.txt3 Any license deviations from Apache 2.0 are "more permissive" licenses.
/external/python/cpython2/Doc/library/
Durlparse.rst281 should conform to this. Certain deviations could be observed, which are
/external/u-boot/doc/
DREADME.nand126 deviations from the "normal" flow.
/external/gptfdisk/
DREADME156 cause deviations. When FixParts writes the partition table, its numbering
/external/openssh/
DPROTOCOL1 This documents OpenSSH's deviations and extensions to the published SSH
/external/python/cpython3/Doc/library/
Durllib.parse.rst625 should conform to this. Certain deviations could be observed, which are
/external/python/cpython3/Doc/whatsnew/
D3.3.rst696 supporting Python 3.3 to use, helping to end any VM-specific deviations in
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DCodeGenerator.rst2255 LLVM follows the AIX PowerPC ABI, with two deviations. LLVM uses a PC relative
/external/llvm/docs/
DCodeGenerator.rst2244 LLVM follows the AIX PowerPC ABI, with two deviations. LLVM uses a PC relative
/external/cldr/tools/java/org/unicode/cldr/util/data/
Deurope3979 # all countries abided to these dates, and many individual deviations
/external/freetype/
DChangeLog.244920 cubic deviations have been estimated _after_ UPSCALE, whereas

12