| 400 | |
| 401 | template <> |
| 402 | KernelGenRet opr_fill_attr<megdnn::CVRotate>( |
| 403 | std::unordered_map<std::string, CCAttr>& attr_map, megdnn::CVRotate* opr, |
| 404 | const TensorNDArray& tensors, KernelGen::Arch arch, |
| 405 | const std::unordered_map<std::string, CCAttr>& proxy_attr) { |
| 406 | auto param = opr->param(); |
| 407 | |
| 408 | FILL_MAP(attr_map, param, clockwise); |
| 409 | return KernelGen::KernelPack::GetKernel(KernType::RotateKernel, arch); |
| 410 | } |
| 411 | |
| 412 | template <> |
| 413 | KernelGenRet opr_fill_attr<megdnn::CVGaussianBlur>( |
nothing calls this directly
no outgoing calls
no test coverage detected