Declaration
class simaai::neat::DetessDequant { ... }
Base classes
| class | Node |
|
| class | OutputSpecProvider |
|
| class | ConfigJsonProvider |
|
| class | ConfigJsonOverride |
|
| class | ConfigJsonConsumer |
|
Public Constructors Index
Public Member Functions Index
Private Member Attributes Index
Definition at line 41 of file DetessDequant.h.
Public Constructors
DetessDequant()
Public Member Functions
apply_upstream_config()
| void simaai::neat::DetessDequant::apply_upstream_config (const nlohmann::json & upstream, const std::string & upstream_kind) |
|
backend_fragment()
| std::string simaai::neat::DetessDequant::backend_fragment (int node_index) |
|
caps_behavior()
| NodeCapsBehavior simaai::neat::DetessDequant::caps_behavior () |
|
inline
|
Definition at line 53 of file DetessDequant.h.
54 return NodeCapsBehavior::Static;
55 }
config_json()
| const nlohmann::json* simaai::neat::DetessDequant::config_json () |
|
config_path()
| const std::string& simaai::neat::DetessDequant::config_path () |
|
inline
|
element_names()
| std::vector<std::string> simaai::neat::DetessDequant::element_names (int node_index) |
|
has_config_json()
| bool simaai::neat::DetessDequant::has_config_json () |
|
inline
|
kind()
| std::string simaai::neat::DetessDequant::kind () |
|
inline
|
Definition at line 50 of file DetessDequant.h.
50 std::string kind() const override {
51 return "DetessDequant";
52 }
options()
| const DetessDequantOptions& simaai::neat::DetessDequant::options () |
|
inline
|
output_spec()
| OutputSpec simaai::neat::DetessDequant::output_spec (const OutputSpec & input) |
|
override_config_json()
| bool simaai::neat::DetessDequant::override_config_json (const std::function< void(nlohmann::json &)> & edit, const std::string & tag) |
|
wire_input_names()
| bool simaai::neat::DetessDequant::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::DetessDequant::config_holder_ |
|
Definition at line 80 of file DetessDequant.h.
80 std::shared_ptr<ConfigHolder> config_holder_;
config_path_
| std::string simaai::neat::DetessDequant::config_path_ |
|
opt_
| DetessDequantOptions simaai::neat::DetessDequant::opt_ |
|
The documentation for this class was generated from the following file:
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.1.