Home
last modified time | relevance | path

Searched defs:vector_sum (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/ublas/include/boost/numeric/ublas/
Dfunctional.hpp339 struct vector_sum: struct
341 typedef typename vector_scalar_unary_functor<V>::value_type value_type;
342 typedef typename vector_scalar_unary_functor<V>::result_type result_type;
346 result_type apply (const vector_expression<E> &e) { in apply()
357 result_type apply (D size, I it) { in apply()
366 result_type apply (I it, const I &it_end) { in apply()
/aosp_15_r20/external/webrtc/modules/audio_coding/neteq/
H A Dhistogram.cc52 int vector_sum = 0; // Sum up the vector elements as they are processed. in Add() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/tests/
H A Dlocal_client_execute_test.cc346 auto vector_sum = Add(inner_vector, outer_vector); in XLA_TEST_F() local