| 85 | virtual std::string GetCVKernelSymbol(TContext*) const { return ""; }; |
| 86 | virtual std::string GetCVKernelSignature(TContext*) const { return ""; }; |
| 87 | virtual std::string GetCVKernelBody(TContext*) const { return ""; }; |
| 88 | |
| 89 | //! init gen |
| 90 | virtual std::string GetInitSymbol(TContext* context) const { |
nothing calls this directly
no outgoing calls
no test coverage detected