SimaArgMax Class
EV74 postprocess Node that emits the top-class index from a classification tensor. More...
Declaration
class simaai::neat::SimaArgMax { ... }
Included Headers
#include <SimaArgMax.h>
Base classes
| class | Node |
| class | OutputSpecProvider |
Public Constructors Index
| SimaArgMax (SimaArgMaxOptions opt={}) | |
|
Construct with optional SimaArgMaxOptions. More... | |
Public Member Functions Index
| std::string | kind () const override |
|
Type label for this Node kind. More... | |
| NodeCapsBehavior | caps_behavior () const override |
|
Whether the Node negotiates static or dynamic caps. More... | |
| bool | has_config_json () const override |
|
Whether this Node is driven by a JSON config. More... | |
| bool | wire_input_names (const std::vector< std::string > &upstream_names, const std::string &tag) override |
|
Legacy hook for node-local JSON wiring. More... | |
| std::string | backend_fragment (int node_index) const override |
|
GStreamer fragment this Node emits. More... | |
| std::vector< std::string > | element_names (int node_index) const override |
|
Deterministic element names this Node will create. More... | |
| OutputSpec | output_spec (const OutputSpec &input) const override |
|
Negotiated downstream caps produced by this Node. More... | |
| const SimaArgMaxOptions & | options () const |
|
Inspect the Node's options. More... | |