SourceXtractorPlusPlus
1.0.3
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
SEImplementation
SEImplementation
Plugin
Onnx
OnnxPlugin.h
Go to the documentation of this file.
1
17
18
#ifndef _SEIMPLEMENTATION_PLUGIN_ONNXPLUGIN_H_
19
#define _SEIMPLEMENTATION_PLUGIN_ONNXPLUGIN_H_
20
21
#include "
SEFramework/Plugin/Plugin.h
"
22
#include <ElementsKernel/Logging.h>
23
24
namespace
SourceXtractor
{
25
35
class
OnnxPlugin
:
public
Plugin
{
36
public
:
37
39
virtual
~OnnxPlugin
() =
default
;
40
42
std::string
getIdString
()
const override
;
43
45
void
registerPlugin
(
PluginAPI
& plugin_api)
override
;
46
};
47
49
extern
Elements::Logging
onnx_logger
;
50
51
}
// end of namespace SourceXtractor
52
53
#endif
// _SEIMPLEMENTATION_PLUGIN_ONNXPLUGIN_H_
Plugin.h
std::string
Elements::Logging
SourceXtractor::OnnxPlugin
Definition
OnnxPlugin.h:35
SourceXtractor::OnnxPlugin::~OnnxPlugin
virtual ~OnnxPlugin()=default
Destructor.
SourceXtractor::OnnxPlugin::registerPlugin
void registerPlugin(PluginAPI &plugin_api) override
Definition
OnnxPlugin.cpp:32
SourceXtractor::OnnxPlugin::getIdString
std::string getIdString() const override
Definition
OnnxPlugin.cpp:28
SourceXtractor::PluginAPI
This interface is given to the plugin to let it access object instances from the framework.
Definition
PluginAPI.h:40
SourceXtractor::Plugin
Plugins must implement this interface.
Definition
Plugin.h:38
SourceXtractor
Definition
Aperture.h:30
SourceXtractor::onnx_logger
Elements::Logging onnx_logger
Logger for the ONNX plugin.
Definition
OnnxPlugin.cpp:26
Generated by
1.14.0