| 181 | |
| 182 | template <> |
| 183 | KernelGenRet opr_fill_attr<megdnn::MatrixInverse>( |
| 184 | std::unordered_map<std::string, CCAttr>& attr_map, megdnn::MatrixInverse* opr, |
| 185 | const TensorNDArray& tensors, KernelGen::Arch arch, |
| 186 | const std::unordered_map<std::string, CCAttr>& proxy_attr) { |
| 187 | return KernelGen::KernelPack::GetKernel(KernType::MatrixInvKernel, arch); |
| 188 | } |
| 189 | |
| 190 | template <> |
| 191 | KernelGenRet opr_fill_attr<megdnn::CVtranspose>( |
nothing calls this directly
no outgoing calls
no test coverage detected