Searched defs:temp_sum (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/ |
H A D | reduce.cc | 306 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/ |
D | checksum.c | 52 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 D | reduce.h | 71 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 D | downscale_kernel_genx.cpp | 44 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 D | reduce.h | 221 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 D | op_softmax.cpp | 63 const CTYPE temp_sum = apply_unary_map_reduce_fn<CTYPE, CTYPE>( in softmax_out() local
|
H A D | op_log_softmax.cpp | 64 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 D | op_log_softmax.cpp | 68 OUT_T temp_sum = 0; in log_softmax_kernel() local
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/optimized/integer_ops/ |
H A D | mean.h | 62 int32x4x4_t temp_sum; in MeanImpl() local
|
/aosp_15_r20/external/webrtc/modules/audio_coding/neteq/ |
H A D | expand.cc | 723 int32_t temp_sum = kCoefficients[0] * 16384; in AnalyzeSignal() local
|