| 19 | using BeforeExecCallback = std::function<void(Opr*, const TensorNDArray&)>; |
| 20 | using OutputCanonizer = std::function<void(const TensorNDArray&)>; |
| 21 | Checker(KernelGen::Arch arch = KernelGen::Arch::BAREMETAL, const int dnn_level = 2) |
| 22 | : Runner<Opr>(arch, dnn_level), m_arch(arch), m_kernel_symbol(".*") {} |
| 23 | |
| 24 | /*! |
| 25 | * \brief execute opr on current param/dtype/rng config |
nothing calls this directly
no outgoing calls
no test coverage detected