MCPcopy Create free account
hub / github.com/MegEngine/MegCC / MatrixInverse>

Method MatrixInverse>

compiler/test/kernel/common/src/cc_fill_attr.cpp:183–188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

181
182template <>
183KernelGenRet 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
190template <>
191KernelGenRet opr_fill_attr<megdnn::CVtranspose>(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected