|
| Op * | nndeploy::op::createOp (base::DeviceType device_type, const std::string &name, ir::OpType op_type) |
| |
| Op * | nndeploy::op::createOp (base::DeviceType device_type, const std::string &name, ir::OpType op_type, std::initializer_list< std::string > inputs, std::initializer_list< std::string > outputs) |
| |
| Op * | nndeploy::op::createOp (base::DeviceType device_type, const std::string &name, ir::OpType op_type, std::vector< std::string > &inputs, std::vector< std::string > &outputs) |
| |
| Op * | nndeploy::op::createOp (base::DeviceType device_type, const std::string &name, ir::OpType op_type, std::vector< std::string > &inputs, std::vector< std::string > &outputs, std::shared_ptr< base::Param > param) |
| |
| Op * | nndeploy::op::createOp (base::DeviceType device_type, std::shared_ptr< ir::OpDesc > op_desc) |
| |
| std::shared_ptr< Op > | nndeploy::op::createOpSharedPtr (base::DeviceType device_type, const std::string &name, ir::OpType op_type) |
| |
| std::shared_ptr< Op > | nndeploy::op::createOpSharedPtr (base::DeviceType device_type, const std::string &name, ir::OpType op_type, std::initializer_list< std::string > inputs, std::initializer_list< std::string > outputs) |
| |
| std::shared_ptr< Op > | nndeploy::op::createOpSharedPtr (base::DeviceType device_type, const std::string &name, ir::OpType op_type, std::vector< std::string > &inputs, std::vector< std::string > &outputs) |
| |
| std::shared_ptr< Op > | nndeploy::op::createOpSharedPtr (base::DeviceType device_type, const std::string &name, ir::OpType op_type, std::vector< std::string > &inputs, std::vector< std::string > &outputs, std::shared_ptr< base::Param > param) |
| |
| std::shared_ptr< Op > | nndeploy::op::createOpSharedPtr (base::DeviceType device_type, std::shared_ptr< ir::OpDesc > op_desc) |
| |
| std::map< base::DeviceTypeCode, std::map< ir::OpType, std::shared_ptr< OpCreator > > > & | nndeploy::op::getGlobalOpCreatorMap () |
| | Get the Global Op Creator Map object. More...
|
| |