Home
last modified time | relevance | path

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

12345

/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/xnnpack/
H A 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 …]
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/moment/
H A 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
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/stat/descriptive/moment/
H A 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
/aosp_15_r20/external/webrtc/rtc_base/numerics/
H A 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
/aosp_15_r20/external/cronet/base/
H A 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
/aosp_15_r20/frameworks/base/core/java/com/android/internal/ml/clustering/
H A DKMeans.java217 public static class Mean { class in KMeans
221 public Mean(int dimension) { in Mean() method in KMeans.Mean
225 public Mean(float ...centroid) { in Mean() method in KMeans.Mean
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/reference/
H A 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
/aosp_15_r20/external/opencensus-java/api/src/main/java/io/opencensus/stats/
H A DAggregation.java137 public abstract static class Mean extends Aggregation { class in Aggregation
139 Mean() {} in Mean() method in Aggregation.Mean
/aosp_15_r20/hardware/google/gfxstream/third-party/glm/include/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…
/aosp_15_r20/external/oboe/samples/RhythmGame/third_party/glm/gtc/
H A 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…
/aosp_15_r20/external/tensorflow/tensorflow/java/src/test/java/org/tensorflow/op/
H A DScopeTest.java229 private static final class Mean<T> { class in ScopeTest
242 Mean(Output<T> o) { in Mean() method in ScopeTest.Mean
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
H A 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
/aosp_15_r20/external/pytorch/aten/src/ATen/core/
H A DReduction.h10 Mean, // (Possibly weighted) mean of losses enumerator
/aosp_15_r20/external/libcxx/utils/google-benchmark/test/
H A Dstatistics_gtest.cc9 TEST(StatisticsTest, Mean) { in TEST() argument
/aosp_15_r20/hardware/google/aemu/base/include/aemu/base/perflogger/
DAnalyzer.h30 Mean, enumerator
/aosp_15_r20/external/cronet/third_party/google_benchmark/src/test/
H A Dstatistics_gtest.cc9 TEST(StatisticsTest, Mean) { in TEST() argument
/aosp_15_r20/external/google-benchmark/test/
H A Dstatistics_gtest.cc9 TEST(StatisticsTest, Mean) { in TEST() argument
/aosp_15_r20/frameworks/base/media/mca/filterfw/native/core/
H A Dstatistics.h31 float Mean() const { return mean_; } in Mean() function
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/reference/integer_ops/
H A Dmean.h26 inline void Mean(const tflite::MeanParams& op_params, int32_t multiplier, in Mean() function
/aosp_15_r20/external/webrtc/modules/audio_processing/vad/
H A Dvad_circular_buffer.cc45 double VadCircularBuffer::Mean() { in Mean() function in webrtc::VadCircularBuffer
/aosp_15_r20/external/rappor/tests/
H A Dmake_summary.py88 def Mean(l): function
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/gl/kernels/
H A Dmean.cc241 class Mean : public NodeShader { class
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/fend-core-1.4.6/src/value/
H A Dbuilt_in_function.rs34 Mean, enumerator
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/include/art/libartbase/base/
Dhistogram-inl.h144 template <class Value> inline double Histogram<Value>::Mean() const { in Mean() function
/aosp_15_r20/prebuilts/module_sdk/art/7/common_os/include/art/libartbase/base/
Dhistogram-inl.h144 template <class Value> inline double Histogram<Value>::Mean() const { in Mean() function

12345