Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Dneon_tensor_utils.cc2520 int32x4_t min_value_vector = vdupq_n_s32(-32768); in NeonVectorBatchVectorCwiseProductAccumulate() local
2549 prod.val[0] = vmaxq_s32(prod.val[0], min_value_vector); in NeonVectorBatchVectorCwiseProductAccumulate()
2550 prod.val[1] = vmaxq_s32(prod.val[1], min_value_vector); in NeonVectorBatchVectorCwiseProductAccumulate()
2551 prod.val[2] = vmaxq_s32(prod.val[2], min_value_vector); in NeonVectorBatchVectorCwiseProductAccumulate()
2552 prod.val[3] = vmaxq_s32(prod.val[3], min_value_vector); in NeonVectorBatchVectorCwiseProductAccumulate()