Home
last modified time | relevance | path

Searched defs:temp_sum (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/
H A Dreduce.cc306 TfLiteTensor* temp_sum; in PrepareMeanOrSum() local
378 int* temp_index, int* resolved_axis, U* temp_sum, in Mean()
398 int* resolved_axis, int* temp_sum, in QuantizedMeanOrSum()
427 TfLiteTensor* temp_sum, in EvalIntegerMean()
499 TfLiteTensor* temp_sum; in EvalMean() local
870 TfLiteTensor* temp_sum; in EvalSum() local
/aosp_15_r20/packages/modules/Connectivity/staticlibs/native/ip_checksum/
Dchecksum.c52 uint16_t ip_checksum_fold(uint32_t temp_sum) { in ip_checksum_fold()
63 uint16_t ip_checksum_finish(uint32_t temp_sum) { in ip_checksum_finish()
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
H A Dreduce.h71 int32x4x4_t temp_sum; in MeanImpl() local
409 int* resolved_axis, U* temp_sum, bool compute_sum) { in QuantizedMeanOrSum()
676 int* resolved_axis, U* temp_sum) { in MeanGeneral()
733 int* normalized_dims, int* resolved_axis, U* temp_sum) { in Mean()
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/gen11/codec/kernel_free/Source/
H A Ddownscale_kernel_genx.cpp44 vector <uint, 32> temp_sum; in check_flatness() local
134 vector<uint, 32> temp_sum; in hme_frame_downscale() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/reference/
H A Dreduce.h221 int* temp_index, int* resolved_axis, U* temp_sum) { in Mean()
385 int* temp_index, int* resolved_axis, U* temp_sum, in QuantizedMeanOrSum()
/aosp_15_r20/external/executorch/kernels/portable/cpu/
H A Dop_softmax.cpp63 const CTYPE temp_sum = apply_unary_map_reduce_fn<CTYPE, CTYPE>( in softmax_out() local
H A Dop_log_softmax.cpp64 CTYPE temp_sum = apply_unary_map_reduce_fn<CTYPE, CTYPE>( in log_softmax_out() local
/aosp_15_r20/external/executorch/kernels/optimized/cpu/
H A Dop_log_softmax.cpp68 OUT_T temp_sum = 0; in log_softmax_kernel() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/optimized/integer_ops/
H A Dmean.h62 int32x4x4_t temp_sum; in MeanImpl() local
/aosp_15_r20/external/webrtc/modules/audio_coding/neteq/
H A Dexpand.cc723 int32_t temp_sum = kCoefficients[0] * 16384; in AnalyzeSignal() local