Searched defs:ReferenceKernel (Results 1 – 2 of 2) sorted by relevance
33 struct ReferenceKernel : KernelBase { struct34 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()
4829 struct ReferenceKernel { struct4830 typedef tOperandType OperandType;4831 typedef tAccumulatorType AccumulatorType;4832 typedef tFormat Format;4834 static void Run(const OperandType* lhs_ptr, const OperandType* rhs_ptr, in Run()4965 typedef ReferenceKernel<OperandType, AccumulatorType, Format> ReferenceKernel; in test_kernel() typedef