QuantTess.h File
SimaAI quant-tessellation node wrapper. More...
Included Headers
#include "builder/ConfigJsonConsumer.h"
#include "builder/ConfigJsonOverride.h"
#include "builder/ConfigJsonProvider.h"
#include "builder/Node.h"
#include <functional>
#include <memory>
#include <optional>
#include <string>
#include <vector>
Namespaces Index
| namespace | simaai |
| namespace | neat |
| namespace | nodes |
Classes Index
| struct | QuantTessOptions |
| class | QuantTess |
Description
SimaAI quant-tessellation node wrapper.
File Listing
The file content with the documentation metadata removed is:
19namespace simaai::neat {
22struct QuantTessOptions {
23 QuantTessOptions() = default;
24 explicit QuantTessOptions(const simaai::neat::Model& model);
26 std::string config_path;
27 std::string config_dir;
28 bool keep_config = false;
29 std::optional<nlohmann::json> config_json;
30 std::string element_name;
31 int num_buffers = 0;
32 int num_buffers_model = 0;
33 bool num_buffers_locked = false;
41 explicit QuantTess(QuantTessOptions opt = {});
47 NodeCapsBehavior caps_behavior() const override {
50 bool has_config_json() const override {
53 bool wire_input_names(const std::vector<std::string>& upstream_names,
55 std::string backend_fragment(int node_index) const override;
56 std::vector<std::string> element_names(int node_index) const override;
58 const nlohmann::json* config_json() const override;
59 bool override_config_json(const std::function<void(nlohmann::json&)>& edit,
61 void apply_upstream_config(const nlohmann::json& upstream,
64 const QuantTessOptions& options() const {
67 const std::string& config_path() const {
72 QuantTessOptions opt_;
79namespace simaai::neat::nodes {
80std::shared_ptr<simaai::neat::Node> QuantTess(QuantTessOptions opt = {});
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.1.