/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/xnnpack/ |
H A D | mean_test.cc | 28 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 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
|
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/stat/descriptive/moment/ |
H A D | Mean.java | 63 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 D | sample_stats.cc | 20 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 D | moving_window.h | 79 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 D | KMeans.java | 217 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 D | reduce.h | 217 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 D | Aggregation.java | 137 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/ |
D | random.inl | 273 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 D | random.inl | 273 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 D | ScopeTest.java | 229 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 D | reduce.h | 193 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 D | Reduction.h | 10 Mean, // (Possibly weighted) mean of losses enumerator
|
/aosp_15_r20/external/libcxx/utils/google-benchmark/test/ |
H A D | statistics_gtest.cc | 9 TEST(StatisticsTest, Mean) { in TEST() argument
|
/aosp_15_r20/hardware/google/aemu/base/include/aemu/base/perflogger/ |
D | Analyzer.h | 30 Mean, enumerator
|
/aosp_15_r20/external/cronet/third_party/google_benchmark/src/test/ |
H A D | statistics_gtest.cc | 9 TEST(StatisticsTest, Mean) { in TEST() argument
|
/aosp_15_r20/external/google-benchmark/test/ |
H A D | statistics_gtest.cc | 9 TEST(StatisticsTest, Mean) { in TEST() argument
|
/aosp_15_r20/frameworks/base/media/mca/filterfw/native/core/ |
H A D | statistics.h | 31 float Mean() const { return mean_; } in Mean() function
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/reference/integer_ops/ |
H A D | mean.h | 26 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 D | vad_circular_buffer.cc | 45 double VadCircularBuffer::Mean() { in Mean() function in webrtc::VadCircularBuffer
|
/aosp_15_r20/external/rappor/tests/ |
H A D | make_summary.py | 88 def Mean(l): function
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/gl/kernels/ |
H A D | mean.cc | 241 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 D | built_in_function.rs | 34 Mean, enumerator
|
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/include/art/libartbase/base/ |
D | histogram-inl.h | 144 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/ |
D | histogram-inl.h | 144 template <class Value> inline double Histogram<Value>::Mean() const { in Mean() function
|