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()
5599 struct ReferenceKernel { struct5600 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