Declaration
class simaai::neat::Preproc { ... }
Base classes
| class | Node |
|
| class | OutputSpecProvider |
|
| class | ConfigJsonProvider |
|
| class | ConfigJsonOverride |
|
| class | NextCpuConfigurable |
|
Public Constructors Index
Public Member Functions Index
Private Member Attributes Index
Definition at line 85 of file Preproc.h.
Public Constructors
Preproc()
Public Member Functions
backend_fragment()
| std::string simaai::neat::Preproc::backend_fragment (int node_index) |
|
caps_behavior()
| NodeCapsBehavior simaai::neat::Preproc::caps_behavior () |
|
inline
|
Definition at line 96 of file Preproc.h.
97 return NodeCapsBehavior::Static;
98 }
config_json()
| const nlohmann::json* simaai::neat::Preproc::config_json () |
|
config_path()
| const std::string& simaai::neat::Preproc::config_path () |
|
inline
|
Definition at line 114 of file Preproc.h.
115 return config_path_;
116 }
config_snapshot_path()
| const std::string& simaai::neat::Preproc::config_snapshot_path () |
|
inline
|
Definition at line 117 of file Preproc.h.
118 return config_snapshot_path_;
119 }
element_names()
| std::vector<std::string> simaai::neat::Preproc::element_names (int node_index) |
|
has_config_json()
| bool simaai::neat::Preproc::has_config_json () |
|
inline
|
kind()
| std::string simaai::neat::Preproc::kind () |
|
inline
|
Definition at line 93 of file Preproc.h.
93 std::string kind() const override {
94 return "Preproc";
95 }
options()
| const PreprocOptions& simaai::neat::Preproc::options () |
|
inline
|
output_spec()
| OutputSpec simaai::neat::Preproc::output_spec (const OutputSpec & input) |
|
override_config_json()
| bool simaai::neat::Preproc::override_config_json (const std::function< void(nlohmann::json &)> & edit, const std::string & tag) |
|
set_next_cpu_if_auto()
| bool simaai::neat::Preproc::set_next_cpu_if_auto (const std::string & next_cpu) |
|
wire_input_names()
| bool simaai::neat::Preproc::wire_input_names (const std::vector< std::string > & upstream_names, const std::string & tag) |
|
Private Member Attributes
config_holder_
| std::shared_ptr<PreprocConfigHolder> simaai::neat::Preproc::config_holder_ |
|
Definition at line 126 of file Preproc.h.
126 std::shared_ptr<PreprocConfigHolder> config_holder_;
config_path_
| std::string simaai::neat::Preproc::config_path_ |
|
Definition at line 127 of file Preproc.h.
127 std::string config_path_;
config_snapshot_path_
| std::string simaai::neat::Preproc::config_snapshot_path_ |
|
Definition at line 128 of file Preproc.h.
128 std::string config_snapshot_path_;
opt_
| PreprocOptions simaai::neat::Preproc::opt_ |
|
Definition at line 125 of file Preproc.h.
123 struct PreprocConfigHolder;
The documentation for this class was generated from the following file:
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.1.