Declaration
class simaai::neat::QuantTess { ... }
Base classes
| class | Node |
|
| class | ConfigJsonProvider |
|
| class | ConfigJsonOverride |
|
| class | ConfigJsonConsumer |
|
Public Constructors Index
Public Member Functions Index
Private Member Attributes Index
Definition at line 36 of file QuantTess.h.
Public Constructors
QuantTess()
Public Member Functions
apply_upstream_config()
| void simaai::neat::QuantTess::apply_upstream_config (const nlohmann::json & upstream, const std::string & upstream_kind) |
|
backend_fragment()
| std::string simaai::neat::QuantTess::backend_fragment (int node_index) |
|
caps_behavior()
| NodeCapsBehavior simaai::neat::QuantTess::caps_behavior () |
|
inline
|
Definition at line 47 of file QuantTess.h.
48 return NodeCapsBehavior::Static;
49 }
config_json()
| const nlohmann::json* simaai::neat::QuantTess::config_json () |
|
config_path()
| const std::string& simaai::neat::QuantTess::config_path () |
|
inline
|
Definition at line 67 of file QuantTess.h.
68 return config_path_;
69 }
element_names()
| std::vector<std::string> simaai::neat::QuantTess::element_names (int node_index) |
|
has_config_json()
| bool simaai::neat::QuantTess::has_config_json () |
|
inline
|
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
|
override_config_json()
| bool simaai::neat::QuantTess::override_config_json (const std::function< void(nlohmann::json &)> & edit, const std::string & tag) |
|
wire_input_names()
| bool simaai::neat::QuantTess::wire_input_names (const std::vector< std::string > & upstream_names, const std::string & tag) |
|
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_ |
|
The documentation for this class was generated from the following file:
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.1.