Home
last modified time | relevance | path

Searched defs:Mean (Results 1 – 25 of 44) sorted by relevance

12

/external/tensorflow/tensorflow/lite/delegates/xnnpack/
Dmean_test.cc28 TEST(Mean, DISABLED_4DReduceBatchSqueezeDims) { in TEST() argument
49 TEST(Mean, DISABLED_4DReduceBatchKeepDims) { in TEST() argument
70 TEST(Mean, DISABLED_4DReduceHeightSqueezeDims) { in TEST() argument
91 TEST(Mean, DISABLED_4DReduceHeightKeepDims) { in TEST() argument
208 TEST(Mean, DISABLED_4DReduceChannelsSqueezeDims) { in TEST() argument
229 TEST(Mean, DISABLED_4DReduceChannelsKeepDims) { in TEST() argument
250 TEST(Mean, DISABLED_3DReduceBatchSqueezeDims) { in TEST() argument
270 TEST(Mean, DISABLED_3DReduceBatchKeepDims) { in TEST() argument
290 TEST(Mean, DISABLED_3DReduceWidthSqueezeDims) { in TEST() argument
310 TEST(Mean, DISABLED_3DReduceWidthKeepDims) { in TEST() argument
[all …]
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/moment/
DMean.java59 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/apache-commons-math/src/main/java/org/apache/commons/math3/stat/descriptive/moment/
DMean.java63 public class Mean extends AbstractStorelessUnivariateStatistic class
81 public Mean() { in Mean() method in Mean
91 public Mean(final FirstMoment m1) { in Mean() method in Mean
103 public Mean(Mean original) throws NullArgumentException { in Mean() method in Mean
/external/webrtc/rtc_base/numerics/
Dsample_stats.cc20 double SampleStats<double>::Mean() { in Mean() function in webrtc::SampleStats
76 TimeDelta SampleStats<TimeDelta>::Mean() { in Mean() function in webrtc::SampleStats
124 DataRate SampleStats<DataRate>::Mean() { in Mean() function in webrtc::SampleStats
/external/pytorch/aten/src/ATen/core/
DReduction.h10 Mean, // (Possibly weighted) mean of losses enumerator
/external/cronet/stable/base/
Dmoving_window.h79 struct Mean { struct
80 static SumType has_mean;
278 ReturnType Mean(const size_t count) const { in Mean() function
314 ReturnType Mean(const size_t count) const { in Mean() function
/external/cronet/tot/base/
Dmoving_window.h79 struct Mean { struct
80 static SumType has_mean;
278 ReturnType Mean(const size_t count) const { in Mean() function
314 ReturnType Mean(const size_t count) const { in Mean() function
/external/libcxx/utils/google-benchmark/test/
Dstatistics_gtest.cc9 TEST(StatisticsTest, Mean) { in TEST() argument
/external/google-benchmark/test/
Dstatistics_gtest.cc9 TEST(StatisticsTest, Mean) { in TEST() argument
/external/cronet/stable/third_party/google_benchmark/src/test/
Dstatistics_gtest.cc9 TEST(StatisticsTest, Mean) { in TEST() argument
/external/cronet/tot/third_party/google_benchmark/src/test/
Dstatistics_gtest.cc9 TEST(StatisticsTest, Mean) { in TEST() argument
/external/tensorflow/tensorflow/lite/kernels/internal/reference/integer_ops/
Dmean.h26 inline void Mean(const tflite::MeanParams& op_params, int32_t multiplier, in Mean() function
/external/opencensus-java/api/src/main/java/io/opencensus/stats/
DAggregation.java137 public abstract static class Mean extends Aggregation { class in Aggregation
139 Mean() {} in Mean() method in Aggregation.Mean
/external/webrtc/modules/audio_processing/vad/
Dvad_circular_buffer.cc45 double VadCircularBuffer::Mean() { in Mean() function in webrtc::VadCircularBuffer
/external/rappor/tests/
Dmake_summary.py88 def Mean(l): function
/external/oboe/samples/RhythmGame/third_party/glm/gtc/
Drandom.inl273 GLM_FUNC_QUALIFIER genType gaussRand(genType Mean, genType Deviation)
289 …GLM_FUNC_QUALIFIER vecType<T, P> gaussRand(vecType<T, P> const & Mean, vecType<T, P> const & Devia…
/external/tensorflow/tensorflow/java/src/test/java/org/tensorflow/op/
DScopeTest.java229 private static final class Mean<T> { class in ScopeTest
242 Mean(Output<T> o) { in Mean() method in ScopeTest.Mean
/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dreduce.h217 inline bool Mean(const T* input_data, const int* input_dims, in Mean() function
272 inline void Mean(const tflite::MeanParams& op_params, in Mean() function
315 inline void Mean(const tflite::MeanParams& op_params, in Mean() function
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/kernels/
Dmean.cc241 class Mean : public NodeShader { class
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/fend-core-1.5.5/src/value/
Dbuilt_in_function.rs34 Mean, enumerator
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/fend-core-1.5.5/src/value/
Dbuilt_in_function.rs34 Mean, enumerator
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Dreduce.h193 inline void Mean(const tflite::MeanParams& op_params, in Mean() function
660 inline void Mean(const tflite::MeanParams& op_params, in Mean() function
729 inline bool Mean(const T* input_data, const int* input_dims, in Mean() function
/external/perfetto/src/base/
Dwatchdog_posix.cc395 double Watchdog::WindowedInterval::Mean() const { in Mean() function in perfetto::base::Watchdog::WindowedInterval
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/integer_ops/
Dmean.h180 inline void Mean(const tflite::MeanParams& op_params, in Mean() function
/external/rust/android-crates-io/crates/criterion/src/
Destimate.rs7 Mean, enumerator

12