Home
last modified time | relevance | path

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

/external/ComputeLibrary/tests/validation/reference/
DAccumulate.cpp44 using intermediate_type = typename common_promoted_signed_type<T1, T2>::intermediate_type; in accumulate() typedef
66 using intermediate_type = typename common_promoted_signed_type<T1, T2>::intermediate_type; in accumulate_weighted() typedef
88 using intermediate_type = typename common_promoted_signed_type<T1, T2>::intermediate_type; in accumulate_squared() typedef
DAbsoluteDifference.cpp42 using intermediate_type = typename common_promoted_signed_type<T>::intermediate_type; in absolute_difference() typedef
DArithmeticOperations.cpp42 using intermediate_type = typename common_promoted_signed_type<T>::intermediate_type; in arithm_op() typedef
DElementwiseOperations.cpp42 using intermediate_type = typename common_promoted_signed_type<T>::intermediate_type; in arithm_op() typedef
DPixelWiseMultiplication.cpp60 using intermediate_type = typename common_promoted_signed_type<T1, T2, T3>::intermediate_type; in mul() typedef
/external/sdv/vsomeip/third_party/boost/chrono/include/boost/chrono/io/
Dduration_get.hpp73 …typename disable_if<is_integral<intermediate_type> , bool>::type reduce(intermediate_type&, unsign… in reduce() argument
196 typedef typename detail::duration_io_intermediate<Rep>::type intermediate_type; in get() typedef
/external/sdv/vsomeip/third_party/boost/chrono/include/boost/chrono/io_v1/
Dchrono_io.hpp257 reduce(intermediate_type& , unsigned long long& , std::ios_base::iostate& ) in reduce() argument
279 typedef typename chrono_detail::duration_io_intermediate<Rep>::type intermediate_type; in operator >>() typedef
/external/tensorflow/tensorflow/compiler/mlir/tfr/ir/
Dtfr_ops.cc449 auto intermediate_type = preceding_cast.getType(); in matchAndRewrite() local
/external/mesa3d/src/freedreno/ir3/
Dir3_compiler_nir.c387 type_t intermediate_type = op == nir_op_f2u8 ? TYPE_U16 : TYPE_S16; in create_cov() local
/external/tensorflow/tensorflow/compiler/xla/service/
Dalgebraic_simplifier.cc314 const PrimitiveType intermediate_type = in IsConvertPairNoOp() local