Home
last modified time | relevance | path

Searched defs:sum_int (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/variant/test/
Djobs.h93 struct sum_int : boost::static_visitor<int> struct
96 sum_int() : total_(0) { } in sum_int() argument
100 struct int_to_type
107 void add(T t, int_to_type<true> ) const in add()
135 }; //sum_int argument
/aosp_15_r20/external/pytorch/aten/src/ATen/native/quantized/cpu/
H A DAveragePool2d.cpp82 int sum_int = 0; in avg_pool2d_out_frame() local