Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/reference/
H A Dportable_tensor_utils.cc127 float dot_prod = 0.0f; in PortableMatrixBatchVectorMultiplyAccumulate() local
215 float dot_prod = 0.0f; in PortableSparseMatrixBatchVectorMultiplyAccumulate1x4() local
243 int32_t dot_prod = 0; in PortableSparseMatrixBatchVectorMultiplyAccumulate1x16() local
276 float dot_prod = 0.0f; in PortableSparseMatrixBatchVectorMultiplyAccumulate() local
H A Dsvdf.h98 int32_t dot_prod = 0; in EvalIntegerSVDF() local
/aosp_15_r20/external/armnn/samples/common/test/Audio/
H A DMathUtilsTest.cpp21 float dot_prod = MathUtils::DotProductF32(inputA, inputB, length); variable