Searched defs:dot_prod (Results 1 – 3 of 3) sorted by relevance
127 float dot_prod = 0.0f; in PortableMatrixBatchVectorMultiplyAccumulate() local215 float dot_prod = 0.0f; in PortableSparseMatrixBatchVectorMultiplyAccumulate1x4() local243 int32_t dot_prod = 0; in PortableSparseMatrixBatchVectorMultiplyAccumulate1x16() local276 float dot_prod = 0.0f; in PortableSparseMatrixBatchVectorMultiplyAccumulate() local
98 int32_t dot_prod = 0; in EvalIntegerSVDF() local
21 float dot_prod = MathUtils::DotProductF32(inputA, inputB, length); variable