/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/moment/ |
D | Mean.java | 59 public class Mean extends AbstractStorelessUnivariateStatistic class 77 public Mean() { in Mean() method in Mean 87 public Mean(final FirstMoment m1) { in Mean() method in Mean 98 public Mean(Mean original) { in Mean() method in Mean
|
/external/webrtc/webrtc/test/ |
D | statistics.cc | 25 double Statistics::Mean() const { in Mean() function in webrtc::test::Statistics
|
/external/libcxx/utils/google-benchmark/test/ |
D | statistics_gtest.cc | 9 TEST(StatisticsTest, Mean) { in TEST() argument
|
/external/google-benchmark/test/ |
D | statistics_gtest.cc | 9 TEST(StatisticsTest, Mean) { in TEST() argument
|
/external/tensorflow/tensorflow/lite/kernels/internal/reference/integer_ops/ |
D | mean.h | 23 inline void Mean(const tflite::MeanParams& op_params, int32_t multiplier, in Mean() function
|
/external/webrtc/webrtc/modules/audio_processing/vad/ |
D | vad_circular_buffer.cc | 48 double VadCircularBuffer::Mean() { in Mean() function in webrtc::VadCircularBuffer
|
/external/opencensus-java/api/src/main/java/io/opencensus/stats/ |
D | Aggregation.java | 137 public abstract static class Mean extends Aggregation { class in Aggregation 139 Mean() {} in Mean() method in Aggregation.Mean
|
/external/tensorflow/tensorflow/java/src/test/java/org/tensorflow/op/ |
D | ScopeTest.java | 228 private static final class Mean<T> { class in ScopeTest 241 Mean(Output<T> o) { in Mean() method in ScopeTest.Mean
|
/external/perfetto/src/base/ |
D | watchdog_posix.cc | 229 double Watchdog::WindowedInterval::Mean() const { in Mean() function in perfetto::base::Watchdog::WindowedInterval
|
/external/syzkaller/vendor/golang.org/x/net/trace/ |
D | histogram.go | 264 Mean, StandardDeviation float64 member
|
/external/tensorflow/tensorflow/contrib/eager/python/ |
D | metrics_impl.py | 293 class Mean(Metric): class
|
/external/v8/tools/ |
D | perf-compare.py | 29 def Mean(values): member in Statistics
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | batchnorm_expander.cc | 102 std::unique_ptr<HloInstruction> Mean( in Mean() function in xla::__anon406107c40111::BatchNormExpanderVisitor
|
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/ |
D | bwe_test_framework_unittest.cc | 89 TEST(BweTestFramework_StatsTest, Mean) { in TEST() argument
|
/external/tensorflow/tensorflow/python/keras/ |
D | metrics.py | 391 class Mean(Reduce): class
|
/external/tensorflow/tensorflow/cc/gradients/ |
D | math_grad_test.cc | 743 TEST_F(NaryGradTest, Mean) { in TEST_F() argument
|
/external/tensorflow/tensorflow/lite/kernels/internal/reference/ |
D | reference_ops.h | 3549 inline bool Mean(const T* input_data, const int* input_dims, in Mean() function 3604 inline void Mean(const tflite::MeanParams& op_params, in Mean() function 3647 inline void Mean(const tflite::MeanParams& op_params, in Mean() function
|
D | legacy_reference_ops.h | 862 inline void Mean(const T* input_data, const Dims<4>& input_dims, in Mean() function
|
/external/tensorflow/tensorflow/lite/toco/tflite/ |
D | operator.cc | 1190 class Mean : public BuiltinOperator<MeanOperator, ::tflite::ReducerOptions, class
|
/external/tensorflow/tensorflow/compiler/tests/ |
D | randomized_tests.cc | 2367 TEST_F(OpTest, Mean) { in TEST_F() argument
|
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/ |
D | optimized_ops.h | 1917 inline void Mean(const tflite::MeanParams& op_params, in Mean() function
|
/external/tensorflow/tensorflow/go/op/ |
D | wrappers.go | 32165 func Mean(scope *Scope, input tf.Output, axis tf.Output, optional ...MeanAttr) (output tf.Output) { func
|