Home
last modified time | relevance | path

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

/external/ComputeLibrary/src/core/NEON/kernels/
DNEQLSTMLayerNormalizationKernel.cpp182 using AccType = int64_t; in sum_qsymm16() typedef
287 using AccType = int64_t; in compute_qsymm16() typedef
/external/ComputeLibrary/src/cpu/kernels/depthwiseconv2d/generic/neon/
Dimpl.cpp336 using AccType = int32_t; in depthwise_loop_multiplier1_quantized() typedef
509 using AccType = int32_t; in depthwise_loop_generic_quantized() typedef
614 using AccType = int32_t; in depthwise_loop_pow2_quantized_per_tensor() typedef
/external/pytorch/aten/src/ATen/native/cuda/
DWeightNorm.cu350 …at::ScalarType AccType = g.scalar_type() == at::ScalarType::Half || g.scalar_type() == at::ScalarT… in weight_norm_cuda() local