Declaration
class simaai::neat::SimaArgMax { ... }
Base classes
| class | Node |
|
| class | OutputSpecProvider |
|
Public Constructors Index
Public Member Functions Index
Private Member Attributes Index
Definition at line 25 of file SimaArgMax.h.
Public Constructors
SimaArgMax()
Public Member Functions
backend_fragment()
| std::string simaai::neat::SimaArgMax::backend_fragment (int node_index) |
|
caps_behavior()
| NodeCapsBehavior simaai::neat::SimaArgMax::caps_behavior () |
|
inline
|
Definition at line 32 of file SimaArgMax.h.
33 return NodeCapsBehavior::Static;
34 }
element_names()
| std::vector<std::string> simaai::neat::SimaArgMax::element_names (int node_index) |
|
has_config_json()
| bool simaai::neat::SimaArgMax::has_config_json () |
|
kind()
| std::string simaai::neat::SimaArgMax::kind () |
|
inline
|
Definition at line 29 of file SimaArgMax.h.
29 std::string kind() const override {
30 return "SimaArgMax";
31 }
options()
| const SimaArgMaxOptions& simaai::neat::SimaArgMax::options () |
|
inline
|
output_spec()
| OutputSpec simaai::neat::SimaArgMax::output_spec (const OutputSpec & input) |
|
wire_input_names()
| bool simaai::neat::SimaArgMax::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::SimaArgMax::config_holder_ |
|
Definition at line 50 of file SimaArgMax.h.
50 std::shared_ptr<ConfigHolder> config_holder_;
config_path_
| std::string simaai::neat::SimaArgMax::config_path_ |
|
Definition at line 51 of file SimaArgMax.h.
51 std::string config_path_;
opt_
| SimaArgMaxOptions simaai::neat::SimaArgMax::opt_ |
|
The documentation for this class was generated from the following file:
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.1.