Home
last modified time | relevance | path

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

/external/fec/
Ddotprod.h3 struct dotprod { struct
4 int len; /* Number of coefficients */
14 signed short *coeffs[8];
Ddotprod_port.c9 struct dotprod { struct
17 struct dotprod *dp; in initdp_port() argument
Ddotprod_mmx.c10 struct dotprod { struct
23 struct dotprod *dp; in initdp_mmx() argument
Ddotprod_sse2.c11 struct dotprod { struct
25 struct dotprod *dp; in initdp_sse2() argument
Ddotprod_av.c9 struct dotprod { struct
20 struct dotprod *dp; in initdp_av() argument
Ddotprod.c74 long dotprod(void *p,signed short a[]){ in dotprod() function
/external/cpuinfo/src/arm/windows/
Dinit.c192 const bool dotprod = IsProcessorFeaturePresent(PF_ARM_V82_DP_INSTRUCTIONS_AVAILABLE) != 0; in set_cpuinfo_isa_fields() local
/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dportable_tensor_utils.cc148 int32_t dotprod = 0; in PortableMatrixBatchVectorMultiplyAccumulate() local
186 int32_t dotprod = 0; in PortableMatrixBatchVectorMultiplyAccumulate() local
308 int32_t dotprod = 0; in PortableSparseMatrixBatchVectorMultiplyAccumulate() local
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Dneon_tensor_utils.cc861 int32_t dotprod = AccumulateNeonLane(dotprod_32x4); in NeonMatrixBatchVectorMultiplyImpl() local
1185 int32_t dotprod = AccumulateNeonLane(dotprod_32x4); in NeonMatrixBatchVectorMultiplyAccumulate() local
1376 int32_t dotprod = AccumulateNeonLane(dotprod_32x4); in NeonMatrixBatchVectorMultiplyAccumulateImpl() local
1476 int32_t dotprod = *(scratch_ptr++); in NeonMatrixBatchVectorMultiplyAccumulate() local
2139 int32_t dotprod = AccumulateNeonLane(dotprod_32x4); in NeonSparseMatrixBatchVectorMultiplyAccumulate() local
Dsse_tensor_utils.cc517 int32_t dotprod = ReduceInt32x4(dotprod_32x4); in SseSparseMatrixVectorMultiplyAccumulate() local