Skip to main content

QuantTess Class

Declaration

class simaai::neat::QuantTess { ... }

Included Headers

#include <QuantTess.h>

Base classes

classNode
classConfigJsonProvider
classConfigJsonOverride
classConfigJsonConsumer

Public Constructors Index

QuantTess (QuantTessOptions opt={})

Public Member Functions Index

std::stringkind () const override
NodeCapsBehaviorcaps_behavior () const override
boolhas_config_json () const override
boolwire_input_names (const std::vector< std::string > &upstream_names, const std::string &tag) override
std::stringbackend_fragment (int node_index) const override
std::vector< std::string >element_names (int node_index) const override
const nlohmann::json *config_json () const override
booloverride_config_json (const std::function< void(nlohmann::json &)> &edit, const std::string &tag) override
voidapply_upstream_config (const nlohmann::json &upstream, const std::string &upstream_kind) override
const QuantTessOptions &options () const
const std::string &config_path () const

Private Member Attributes Index

QuantTessOptionsopt_
std::shared_ptr< ConfigHolder >config_holder_
std::stringconfig_path_

Definition at line 36 of file QuantTess.h.

Public Constructors

QuantTess()

simaai::neat::QuantTess::QuantTess (QuantTessOptions opt={})
explicit

Definition at line 41 of file QuantTess.h.

Public Member Functions

apply_upstream_config()

void simaai::neat::QuantTess::apply_upstream_config (const nlohmann::json & upstream, const std::string & upstream_kind)

Definition at line 61 of file QuantTess.h.

backend_fragment()

std::string simaai::neat::QuantTess::backend_fragment (int node_index)

Definition at line 55 of file QuantTess.h.

caps_behavior()

NodeCapsBehavior simaai::neat::QuantTess::caps_behavior ()
inline

Definition at line 47 of file QuantTess.h.

47 NodeCapsBehavior caps_behavior() const override {
48 return NodeCapsBehavior::Static;
49 }

config_json()

const nlohmann::json* simaai::neat::QuantTess::config_json ()

Definition at line 58 of file QuantTess.h.

config_path()

const std::string& simaai::neat::QuantTess::config_path ()
inline

Definition at line 67 of file QuantTess.h.

67 const std::string& config_path() const {
68 return config_path_;
69 }

element_names()

std::vector<std::string> simaai::neat::QuantTess::element_names (int node_index)

Definition at line 56 of file QuantTess.h.

has_config_json()

bool simaai::neat::QuantTess::has_config_json ()
inline

Definition at line 50 of file QuantTess.h.

50 bool has_config_json() const override {
51 return true;
52 }

kind()

std::string simaai::neat::QuantTess::kind ()
inline

Definition at line 44 of file QuantTess.h.

44 std::string kind() const override {
45 return "QuantTess";
46 }

options()

const QuantTessOptions& simaai::neat::QuantTess::options ()
inline

Definition at line 64 of file QuantTess.h.

64 const QuantTessOptions& options() const {
65 return opt_;
66 }

override_config_json()

bool simaai::neat::QuantTess::override_config_json (const std::function< void(nlohmann::json &)> & edit, const std::string & tag)

Definition at line 59 of file QuantTess.h.

wire_input_names()

bool simaai::neat::QuantTess::wire_input_names (const std::vector< std::string > & upstream_names, const std::string & tag)

Definition at line 53 of file QuantTess.h.

Private Member Attributes

config_holder_

std::shared_ptr<ConfigHolder> simaai::neat::QuantTess::config_holder_

Definition at line 73 of file QuantTess.h.

73 std::shared_ptr<ConfigHolder> config_holder_;

config_path_

std::string simaai::neat::QuantTess::config_path_

Definition at line 74 of file QuantTess.h.

74 std::string config_path_;

opt_

QuantTessOptions simaai::neat::QuantTess::opt_

Definition at line 72 of file QuantTess.h.


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


Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.1.