| 91 | AlgoSelectionStrategy algo_selection_strategy) const override; |
| 92 | |
| 93 | size_t get_workspace(const NCBKernSizeParam&) const override { return 0; }; |
| 94 | |
| 95 | SmallVector<NCBKern> dispatch_kern( |
| 96 | const NCBKernSizeParam& /*param*/) const override; |
no outgoing calls
no test coverage detected