Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Dneon_tensor_utils.cc2521 int32x4_t max_value_vector = vdupq_n_s32(32767); in NeonVectorBatchVectorCwiseProductAccumulate() local
2554 prod.val[0] = vminq_s32(prod.val[0], max_value_vector); in NeonVectorBatchVectorCwiseProductAccumulate()
2555 prod.val[1] = vminq_s32(prod.val[1], max_value_vector); in NeonVectorBatchVectorCwiseProductAccumulate()
2556 prod.val[2] = vminq_s32(prod.val[2], max_value_vector); in NeonVectorBatchVectorCwiseProductAccumulate()
2557 prod.val[3] = vminq_s32(prod.val[3], max_value_vector); in NeonVectorBatchVectorCwiseProductAccumulate()