Searched defs:sum_int (Results 1 – 2 of 2) sorted by relevance
93 struct sum_int : boost::static_visitor<int> struct96 sum_int() : total_(0) { } in sum_int() argument100 struct int_to_type107 void add(T t, int_to_type<true> ) const in add()135 }; //sum_int argument
82 int sum_int = 0; in avg_pool2d_out_frame() local