| 10 | } |
| 11 | |
| 12 | std::string ExpNeonKernel::GetKernelSignature(TContext*) const { |
| 13 | return R"(float32x4_t exp_ps_f32(float32x4_t x))"; |
| 14 | } |
| 15 | |
| 16 | std::string ExpNeonKernel::GetKernelBody(TContext*) const { |
| 17 | std::stringstream writer; |
no outgoing calls
no test coverage detected