Set plugin namespace
| 184 | |
| 185 | // Set plugin namespace |
| 186 | void ScatterND::setPluginNamespace(char const* pluginNamespace) noexcept |
| 187 | { |
| 188 | mPluginNamespace = pluginNamespace; |
| 189 | } |
| 190 | |
| 191 | char const* ScatterND::getPluginNamespace() const noexcept |
| 192 | { |
no outgoing calls
no test coverage detected