SourceXtractorPlusPlus
0.15
Please provide a description of the project.
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
SEImplementation
SEImplementation
Plugin
Onnx
OnnxPlugin.h
Go to the documentation of this file.
1
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_
SourceXtractor::onnx_logger
Elements::Logging onnx_logger
Logger for the ONNX plugin.
Definition:
OnnxPlugin.cpp:26
Logging.h
Plugin.h
SourceXtractor::OnnxPlugin::~OnnxPlugin
virtual ~OnnxPlugin()=default
Destructor.
SourceXtractor::OnnxPlugin
Definition:
OnnxPlugin.h:35
std::string
STL class.
SourceXtractor::OnnxPlugin::registerPlugin
void registerPlugin(PluginAPI &plugin_api) override
Definition:
OnnxPlugin.cpp:32
Elements::Logging
SourceXtractor::PluginAPI
This interface is given to the plugin to let it access object instances from the framework.
Definition:
PluginAPI.h:39
SourceXtractor::Plugin
Plugins must implement this interface.
Definition:
Plugin.h:38
SourceXtractor::OnnxPlugin::getIdString
std::string getIdString() const override
Definition:
OnnxPlugin.cpp:28
Generated by
1.8.5