Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/
H A Ddepthwiseconv_float_test.cc57 const float mean_diff = in TestOneDepthwiseConv() local
H A Dsoftmax_quantized_test.cc84 const float mean_diff = static_cast<float>(sum_diff) / buffer_size; in CheckOutputData() local
H A Dlogsoftmax_quantized_test.cc120 const float mean_diff = static_cast<float>(sum_diff) / buffer_size; in CheckOutputData() local
H A Ddepthwiseconv_per_channel_quantized_test.cc161 const float mean_diff = static_cast<float>(sum_diff) / flat_size; in CompareRoundingResults() local
H A Dresize_bilinear_test.cc90 const float mean_diff = static_cast<float>(sum_diff / output_buffer_size); in TestOneResizeBilinear() local
H A Ddepthwiseconv_quantized_test.cc688 const float mean_diff = static_cast<float>(sum_diff) / output_buffer_size; in TestOneDepthwiseConvWithGivenOutputShift() local
/aosp_15_r20/external/libvpx/vpx_dsp/
H A Dssim.c239 const double mean_diff = (1.0 * sv->sum_s - sv->sum_r) / n; in ssimv_similarity2() local
/aosp_15_r20/external/libaom/aom_dsp/
H A Dssim.c183 const double mean_diff = (1.0 * sv->sum_s - sv->sum_r) / n; in ssimv_similarity2() local
/aosp_15_r20/external/libopus/celt/
H A Dcelt_encoder.c427 opus_val32 mean_diff=0; in patch_transient_decision() local