Searched defs:Gemm (Results 1 – 5 of 5) 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 | optimized_ops.h | 261 void Gemm(const Eigen::MatrixBase<Lhs>& lhs, const Eigen::MatrixBase<Rhs>& rhs, in Gemm() function
|
/external/tensorflow/tensorflow/contrib/lite/kernels/internal/optimized/ |
D | optimized_ops.h | 383 void Gemm(const Eigen::MatrixBase<Lhs>& lhs, const Eigen::MatrixBase<Rhs>& rhs, in Gemm() function
|