Searched defs:Gemm (Results 1 – 7 of 7) sorted by relevance
| /external/tensorflow/tensorflow/lite/kernels/ |
| D | cpu_backend_gemm.h | 116 void Gemm(const MatrixParams<LhsScalar>& lhs_params, const LhsScalar* lhs_data, in Gemm() function 176 void Gemm(const MatrixParams<int8_t>& lhs_params, const int8_t* lhs_data, in Gemm() function 201 void Gemm(const MatrixParams<LhsScalar>& lhs_params, const LhsScalar* lhs_data, in Gemm() function
|
| /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/compiler/xla/service/gpu/ |
| D | jitrt_custom_calls.cc | 499 struct Gemm { struct 510 static Gemm Handler() { return Gemm(); } in Handler() 548 static bool Gemm(runtime::KernelContext* ctx, void** args, void** attrs) { in Gemm() function
|
| /external/ComputeLibrary/ |
| D | filelist.json | 465 "Gemm": { object 1502 "Gemm": { object
|
| /external/tensorflow/tensorflow/lite/kernels/internal/optimized/ |
| D | legacy_optimized_ops.h | 632 void Gemm(const Eigen::MatrixBase<Lhs>& lhs, const Eigen::MatrixBase<Rhs>& rhs, in Gemm() function
|