SimaArgMax.h File
SimaAI ArgMax node wrapper. More...
Included Headers
#include "builder/Node.h"
#include "builder/OutputSpec.h"
#include <memory>
#include <string>
#include <vector>
Namespaces Index
| namespace | simaai |
| namespace | neat |
| namespace | nodes |
Classes Index
| struct | SimaArgMaxOptions |
| class | SimaArgMax |
Description
SimaAI ArgMax node wrapper.
File Listing
The file content with the documentation metadata removed is:
15namespace simaai::neat {
17struct SimaArgMaxOptions {
18 std::string config_path;
19 int sima_allocator_type = 2;
21 bool emit_signals = false;
25class SimaArgMax final : public Node, public OutputSpecProvider {
27 explicit SimaArgMax(SimaArgMaxOptions opt = {});
32 NodeCapsBehavior caps_behavior() const override {
35 bool has_config_json() const override;
36 bool wire_input_names(const std::vector<std::string>& upstream_names,
38 std::string backend_fragment(int node_index) const override;
39 std::vector<std::string> element_names(int node_index) const override;
40 OutputSpec output_spec(const OutputSpec& input) const override;
42 const SimaArgMaxOptions& options() const {
49 SimaArgMaxOptions opt_;
56namespace simaai::neat::nodes {
57std::shared_ptr<simaai::neat::Node> SimaArgMax(SimaArgMaxOptions opt = {});
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.1.