Home
last modified time | relevance | path

Searched defs:moment (Results 1 – 9 of 9) sorted by relevance

/external/libmonet/quantize/
DQuantizerWu.java317 static int volume(Box cube, int[] moment) { in volume()
328 static int bottom(Box cube, Direction direction, int[] moment) { in bottom()
349 static int top(Box cube, Direction direction, int position, int[] moment) { in top()
/external/tensorflow/tensorflow/python/kernel_tests/random/
Drandom_binomial_test.py174 def moment(self, i): member in RandomBinomialTest.testMomentsForTensorInputs.ScipyBinomialWrapper
Dparameterized_truncated_normal_op_test.py61 def __getitem__(self, moment): argument
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/moment/
DKurtosis.java53 protected FourthMoment moment; field in Kurtosis
DSkewness.java47 protected ThirdMoment moment = null; field in Skewness
DMean.java66 protected FirstMoment moment; field in Mean
DVariance.java74 protected SecondMoment moment = null; field in Variance
/external/tensorflow/tensorflow/core/lib/random/
Drandom_distributions_test.cc89 double moment = 1.; in CheckSamplesMoments() local
/external/deqp/external/vulkancts/modules/vulkan/binding_model/
DvktBindingMutableTests.cpp3714 for (const auto& moment : updateMoments) in createMutableTestVariants() local