|
nndeploy C++ API
0.2.0
nndeploy C++ API
|
This is the complete list of members for nndeploy::dag::RunStatus, including all inherited members.
| average_time | nndeploy::dag::RunStatus | |
| completed_size | nndeploy::dag::RunStatus | |
| cost_time | nndeploy::dag::RunStatus | |
| getStatus() | nndeploy::dag::RunStatus | inline |
| graph_run_size | nndeploy::dag::RunStatus | |
| init_time | nndeploy::dag::RunStatus | |
| is_running | nndeploy::dag::RunStatus | |
| node_name | nndeploy::dag::RunStatus | |
| operator=(const RunStatus &other) | nndeploy::dag::RunStatus | inline |
| run_size | nndeploy::dag::RunStatus | |
| RunStatus() | nndeploy::dag::RunStatus | inline |
| RunStatus(const std::string &node_name, bool is_running, size_t graph_run_size, size_t run_size, size_t completed_size, float cost_time, float average_time, float init_time) | nndeploy::dag::RunStatus | inline |
| RunStatus(const RunStatus &other) | nndeploy::dag::RunStatus | inline |