Belle II Software development
ONNXOptions Class Reference

Options for the ONNX MVA method. More...

#include <ONNX.h>

Inheritance diagram for ONNXOptions:
SpecificOptions Options

Public Member Functions

virtual void load (const boost::property_tree::ptree &) override
 Load mechanism to load Options from a xml tree.
 
virtual void save (boost::property_tree::ptree &) const override
 Save mechanism to store Options in a xml tree.
 
virtual po::options_description getDescription () override
 Returns a program options description for all available options.
 
virtual std::string getMethod () const override
 Return method name.
 

Detailed Description

Options for the ONNX MVA method.

Definition at line 26 of file ONNX.h.

Member Function Documentation

◆ getDescription()

virtual po::options_description getDescription ( )
inlineoverridevirtual

Returns a program options description for all available options.

Implements Options.

Definition at line 42 of file ONNX.h.

43 {
44 return po::options_description("ONNX options");
45 }

◆ getMethod()

virtual std::string getMethod ( ) const
inlineoverridevirtual

Return method name.

Implements SpecificOptions.

Definition at line 50 of file ONNX.h.

50{ return "ONNX"; }

◆ load()

virtual void load ( const boost::property_tree::ptree & )
inlineoverridevirtual

Load mechanism to load Options from a xml tree.

Implements Options.

Definition at line 32 of file ONNX.h.

32{}

◆ save()

virtual void save ( boost::property_tree::ptree & ) const
inlineoverridevirtual

Save mechanism to store Options in a xml tree.

Implements Options.

Definition at line 37 of file ONNX.h.

37{}

The documentation for this class was generated from the following file: