| 22 | using NCBKernParam = ConvolutionBackwardDataImpl::NCBKernParam; |
| 23 | |
| 24 | Relayout* get_relayout_opr() { |
| 25 | static CpuOprDelegationStorage<> storage; |
| 26 | return storage.get<Relayout>(); |
| 27 | } |
| 28 | |
| 29 | MatrixMul* get_matmul_opr(const NCBKernSizeParam& param) { |
| 30 | using ConvCM = param::Convolution::ComputeMode; |
no outgoing calls
no test coverage detected