|
nndeploy C++ API
0.2.0
nndeploy C++ API
|
This is the complete list of members for nndeploy::dag::GraphRunner, including all inherited members.
| buildGraph(const std::string &graph_json_str, const std::string &name) | nndeploy::dag::GraphRunner | protected |
| GraphRunner() | nndeploy::dag::GraphRunner | |
| run(const std::string &graph_json_str, const std::string &name="graph_runner", const std::string &task_id="task_id") | nndeploy::dag::GraphRunner | |
| set_debug(bool is_debug) | nndeploy::dag::GraphRunner | |
| set_dump(bool is_dump) | nndeploy::dag::GraphRunner | |
| set_json_file(bool is_json_file) | nndeploy::dag::GraphRunner | |
| set_loop_max_flag(bool is_loop_max_flag) | nndeploy::dag::GraphRunner | |
| set_node_value(const std::string &node_name, const std::string &key, const std::string &value) | nndeploy::dag::GraphRunner | |
| set_node_value(std::map< std::string, std::map< std::string, std::string >> node_value_map) | nndeploy::dag::GraphRunner | |
| set_parallel_type(base::ParallelType parallel_type) | nndeploy::dag::GraphRunner | |
| set_time_profile(bool is_time_profile) | nndeploy::dag::GraphRunner | |
| ~GraphRunner() | nndeploy::dag::GraphRunner | virtual |