|
nndeploy C++ API
0.2.0
nndeploy C++ API
|
This is the complete list of members for nndeploy::dag::Executor, including all inherited members.
| deinit()=0 | nndeploy::dag::Executor | pure virtual |
| Executor() | nndeploy::dag::Executor | inline |
| getStream() | nndeploy::dag::Executor | inline |
| init(std::vector< EdgeWrapper * > &edge_repository, std::vector< NodeWrapper * > &node_repository)=0 | nndeploy::dag::Executor | pure virtual |
| interrupt()=0 | nndeploy::dag::Executor | pure virtual |
| is_external_stream_ | nndeploy::dag::Executor | protected |
| NonCopyable()=default | nndeploy::base::NonCopyable | |
| NonCopyable(const NonCopyable &)=delete | nndeploy::base::NonCopyable | |
| NonCopyable(NonCopyable &&)=delete | nndeploy::base::NonCopyable | |
| operator=(const NonCopyable &)=delete | nndeploy::base::NonCopyable | |
| operator=(NonCopyable &&)=delete | nndeploy::base::NonCopyable | |
| run()=0 | nndeploy::dag::Executor | pure virtual |
| setStream(device::Stream *stream) | nndeploy::dag::Executor | inline |
| stream_ | nndeploy::dag::Executor | protected |
| synchronize()=0 | nndeploy::dag::Executor | pure virtual |
| ~Executor() | nndeploy::dag::Executor | inlinevirtual |