Home
last modified time | relevance | path

Searched refs:val_s32_0 (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Dneon_tensor_utils.cc1507 const int32x4_t val_s32_0 = vmovl_s16(vget_low_s16(val_s16)); in NeonApplyLayerNorm() local
1510 sum += static_cast<int64_t>(AccumulateNeonLane(val_s32_0)); in NeonApplyLayerNorm()
1514 AccumulateNeonLane(vmulq_s32(val_s32_0, val_s32_0))); in NeonApplyLayerNorm()