nndeploy C++ API  0.2.0
nndeploy C++ API
Public Attributes | List of all members
nndeploy::dag::GraphRunnerResult Struct Reference

#include <graph_runner.h>

Collaboration diagram for nndeploy::dag::GraphRunnerResult:
[legend]

Public Attributes

std::vector< base::Any > results
 
std::map< std::string, std::shared_ptr< RunStatus > > run_status_map
 
base::Status status
 
std::map< std::string, float > time_profiler_map
 

Detailed Description

Definition at line 16 of file graph_runner.h.

Member Data Documentation

◆ results

std::vector<base::Any> nndeploy::dag::GraphRunnerResult::results

Definition at line 20 of file graph_runner.h.

◆ run_status_map

std::map<std::string, std::shared_ptr<RunStatus> > nndeploy::dag::GraphRunnerResult::run_status_map

Definition at line 19 of file graph_runner.h.

◆ status

base::Status nndeploy::dag::GraphRunnerResult::status

Definition at line 17 of file graph_runner.h.

◆ time_profiler_map

std::map<std::string, float> nndeploy::dag::GraphRunnerResult::time_profiler_map

Definition at line 18 of file graph_runner.h.


The documentation for this struct was generated from the following file: