Home
last modified time | relevance | path

Searched defs:ReferenceKernel (Results 1 – 2 of 2) sorted by relevance

/external/gemmlowp/internal/
Dkernel_reference.h33 struct ReferenceKernel : KernelBase { struct
34 typedef tFormat Format;
36 const char* Name() const override { in Name()
48 void Run(std::int32_t* dst_ptr, std::size_t dst_row_stride, in Run()
/external/gemmlowp/standalone/
Dneon-gemm-kernel-benchmark.cc5599 struct ReferenceKernel { struct
5600 typedef tOperandType OperandType;
5601 typedef tAccumulatorType AccumulatorType;
5602 typedef tFormat Format;
5604 static void Run(const OperandType* lhs_ptr, const OperandType* rhs_ptr, in Run()
5732 typedef ReferenceKernel<OperandType, AccumulatorType, Format> ReferenceKernel; in test_kernel() typedef