Searched defs:Gemm (Results 1 – 4 of 4) sorted by relevance
/external/gemmlowp/doc/ |
D | public.md | 152 ## Gemm section in Gemmlowp's public entry points
|
/external/gemmlowp/public/ |
D | gemmlowp.h | 74 void Gemm(GemmContextType* context, in Gemm() function
|
/external/gemmlowp/test/ |
D | test.cc | 130 static bool Gemm(Context* context, in Gemm() function 170 static bool Gemm(Context* context, in Gemm() function 207 static bool Gemm(Context* context, in Gemm() function 242 static bool Gemm(Context*, const MatrixMap<const Scalar, LhsOrder>& lhs, in Gemm() function 267 static bool Gemm(bool transpose_a, bool transpose_b, bool transpose_c, in Gemm() function
|
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/ |
D | legacy_optimized_ops.h | 630 void Gemm(const Eigen::MatrixBase<Lhs>& lhs, const Eigen::MatrixBase<Rhs>& rhs, in Gemm() function
|