| addDropdownParam(const std::string &dropdown_param, const std::vector< std::string > &dropdown_values) | nndeploy::dag::Node | |
| addIoParam(const std::string &io_param) | nndeploy::dag::Node | |
| addRequiredParam(const std::string &required_param) | nndeploy::dag::Node | |
| addResourceWithoutState(const std::string &key, const base::Any &value) | nndeploy::dag::Node | virtual |
| addResourceWithState(const std::string &key, Edge *edge) | nndeploy::dag::Node | virtual |
| addUiParam(const std::string &ui_param) | nndeploy::dag::Node | |
| checkInputs(std::vector< Edge * > &inputs) | nndeploy::dag::Node | |
| checkInterruptStatus() | nndeploy::dag::Node | virtual |
| checkOutputs(std::vector< std::string > &outputs_name) | nndeploy::dag::Node | |
| checkOutputs(std::vector< Edge * > &outputs) | nndeploy::dag::Node | |
| clearDropdownParams() | nndeploy::dag::Node | |
| clearInterrupt() | nndeploy::dag::Node | virtual |
| clearIoParams() | nndeploy::dag::Node | |
| clearRequiredParams() | nndeploy::dag::Node | |
| clearUiParams() | nndeploy::dag::Node | |
| completed_size_ | nndeploy::dag::Node | protected |
| composite_node_ | nndeploy::dag::Node | protected |
| constructed_ | nndeploy::dag::Node | protected |
| createInternalOutputEdge(const std::string &name) | nndeploy::dag::Node | virtual |
| createResourceWithState(const std::string &key) | nndeploy::dag::Node | virtual |
| defaultParam() | nndeploy::dag::Node | virtual |
| deinit() | nndeploy::dag::Node | virtual |
| desc_ | nndeploy::dag::Node | protected |
| deserialize(rapidjson::Value &json) | nndeploy::dag::Node | virtual |
| deserialize(const std::string &json_str) | nndeploy::dag::Node | virtual |
| developer_ | nndeploy::dag::Node | protected |
| device_type_ | nndeploy::dag::Node | protected |
| dropdown_params_ | nndeploy::dag::Node | protected |
| external_param_ | nndeploy::dag::Node | protected |
| forward(std::vector< Edge * > inputs) | nndeploy::dag::Node | virtual |
| forward() | nndeploy::dag::Node | virtual |
| forward(Edge *input) | nndeploy::dag::Node | virtual |
| getAllInput() | nndeploy::dag::Node | |
| getAllOutput() | nndeploy::dag::Node | |
| getCompletedSize() | nndeploy::dag::Node | |
| getCompositeNode() | nndeploy::dag::Node | |
| getConstructed() | nndeploy::dag::Node | |
| getDebugFlag() | nndeploy::dag::Node | |
| getDesc() | nndeploy::dag::Node | |
| getDeveloper() | nndeploy::dag::Node | |
| getDeviceType() | nndeploy::dag::Node | virtual |
| getDropdownParams() | nndeploy::dag::Node | |
| getExternalParam(const std::string &key) | nndeploy::dag::Node | virtual |
| getGraph() | nndeploy::dag::Node | |
| getGraphFlag() | nndeploy::dag::Node | |
| getInitialized() | nndeploy::dag::Node | |
| getInput(int index=0) | nndeploy::dag::Node | |
| getInputCount() | nndeploy::dag::Node | |
| getInputData(int index=0) | nndeploy::dag::Node | inline |
| getInputIndex(const std::string &name) | nndeploy::dag::Node | |
| getInputName(int index=0) | nndeploy::dag::Node | |
| getInputNames() | nndeploy::dag::Node | |
| getInputTypeInfo() | nndeploy::dag::Node | |
| getIoParams() | nndeploy::dag::Node | |
| getIoType() | nndeploy::dag::Node | |
| getKey() | nndeploy::dag::Node | |
| getLoopCount() | nndeploy::dag::Node | virtual |
| getMemorySize() | nndeploy::dag::Node | virtual |
| getName() | nndeploy::dag::Node | |
| getNodeType() | nndeploy::dag::Node | |
| getOutput(int index=0) | nndeploy::dag::Node | |
| getOutputCount() | nndeploy::dag::Node | |
| getOutputIndex(const std::string &name) | nndeploy::dag::Node | |
| getOutputName(int index=0) | nndeploy::dag::Node | |
| getOutputNames() | nndeploy::dag::Node | |
| getOutputTypeInfo() | nndeploy::dag::Node | |
| getParallelType() | nndeploy::dag::Node | virtual |
| getParam() | nndeploy::dag::Node | virtual |
| getParam(const std::string &key, base::Any &any) | nndeploy::dag::Node | virtual |
| getParamSharedPtr() | nndeploy::dag::Node | virtual |
| getRealOutputsName() | nndeploy::dag::Node | virtual |
| getRequiredParams() | nndeploy::dag::Node | |
| getResourceWithoutState(const std::string &key) | nndeploy::dag::Node | virtual |
| getResourceWithoutState(const std::string &key) | nndeploy::dag::Node | inline |
| getResourceWithState(const std::string &key) | nndeploy::dag::Node | virtual |
| getResourceWithState(const std::string &key) | nndeploy::dag::Node | inline |
| getRunSize() | nndeploy::dag::Node | |
| getRunStatus() | nndeploy::dag::Node | virtual |
| getSource() | nndeploy::dag::Node | |
| getStream() | nndeploy::dag::Node | |
| getTimeProfileFlag() | nndeploy::dag::Node | |
| getTraceFlag() | nndeploy::dag::Node | |
| getUiParams() | nndeploy::dag::Node | |
| getVersion() | nndeploy::dag::Node | |
| graph_ | nndeploy::dag::Node | protected |
| init() | nndeploy::dag::Node | virtual |
| initialized_ | nndeploy::dag::Node | protected |
| input_type_info_ | nndeploy::dag::Node | protected |
| inputs_ | nndeploy::dag::Node | protected |
| internal_outputs_ | nndeploy::dag::Node | protected |
| interrupt() | nndeploy::dag::Node | virtual |
| io_params_ | nndeploy::dag::Node | protected |
| io_type_ | nndeploy::dag::Node | protected |
| is_composite_node_ | nndeploy::dag::Node | protected |
| is_condition_ | nndeploy::dag::Node | protected |
| is_debug_ | nndeploy::dag::Node | protected |
| is_dynamic_input_ | nndeploy::dag::Node | protected |
| is_dynamic_output_ | nndeploy::dag::Node | protected |
| is_external_stream_ | nndeploy::dag::Node | protected |
| is_graph_ | nndeploy::dag::Node | protected |
| is_inner_ | nndeploy::dag::Node | protected |
| is_loop_ | nndeploy::dag::Node | protected |
| is_running_ | nndeploy::dag::Node | protected |
| is_time_profile_ | nndeploy::dag::Node | protected |
| is_trace_ | nndeploy::dag::Node | protected |
| isDynamicInput() | nndeploy::dag::Node | |
| isDynamicOutput() | nndeploy::dag::Node | |
| isInputsChanged(std::vector< Edge * > inputs) | nndeploy::dag::Node | |
| isRunning() | nndeploy::dag::Node | |
| key_ | nndeploy::dag::Node | protected |
| loadFile(const std::string &path) | nndeploy::dag::Node | virtual |
| loop_count_ | nndeploy::dag::Node | protected |
| name_ | nndeploy::dag::Node | protected |
| Node(const std::string &name) | nndeploy::dag::Node | |
| Node(const std::string &name, std::vector< Edge * > inputs, std::vector< Edge * > outputs) | nndeploy::dag::Node | |
| node_type_ | nndeploy::dag::Node | protected |
| operator()(std::vector< Edge * > inputs) | nndeploy::dag::Node | virtual |
| operator()() | nndeploy::dag::Node | virtual |
| operator()(Edge *input) | nndeploy::dag::Node | virtual |
| output_type_info_ | nndeploy::dag::Node | protected |
| outputs_ | nndeploy::dag::Node | protected |
| parallel_type_ | nndeploy::dag::Node | protected |
| parallel_type_set_ | nndeploy::dag::Node | protected |
| param_ | nndeploy::dag::Node | protected |
| removeDropdownParam(const std::string &dropdown_param) | nndeploy::dag::Node | |
| removeIoParam(const std::string &io_param) | nndeploy::dag::Node | |
| removeRequiredParam(const std::string &required_param) | nndeploy::dag::Node | |
| removeUiParam(const std::string &ui_param) | nndeploy::dag::Node | |
| required_params_ | nndeploy::dag::Node | protected |
| run() | nndeploy::super_resolution::SuperResolutionPostProcess | virtual |
| run_size_ | nndeploy::dag::Node | protected |
| saveFile(const std::string &path) | nndeploy::dag::Node | virtual |
| serialize(rapidjson::Value &json, rapidjson::Document::AllocatorType &allocator) | nndeploy::dag::Node | virtual |
| serialize() | nndeploy::dag::Node | virtual |
| setCompositeNode(CompositeNode *composite_node) | nndeploy::dag::Node | |
| setDebugFlag(bool flag) | nndeploy::dag::Node | |
| setDesc(const std::string &desc) | nndeploy::dag::Node | |
| setDeveloper(const std::string &developer) | nndeploy::dag::Node | |
| setDeviceType(base::DeviceType device_type) | nndeploy::dag::Node | virtual |
| setDropdownParams(const std::map< std::string, std::vector< std::string >> &dropdown_params) | nndeploy::dag::Node | |
| setDynamicInput(bool is_dynamic_input) | nndeploy::dag::Node | |
| setDynamicOutput(bool is_dynamic_output) | nndeploy::dag::Node | |
| setExternalParam(const std::string &key, std::shared_ptr< base::Param > external_param) | nndeploy::dag::Node | virtual |
| setGraph(Graph *graph) | nndeploy::dag::Node | |
| setGraphFlag(bool flag) | nndeploy::dag::Node | |
| setInitializedFlag(bool flag) | nndeploy::dag::Node | |
| setInnerFlag(bool flag) | nndeploy::dag::Node | |
| setInput(Edge *input, int index=-1) | nndeploy::dag::Node | virtual |
| setInputName(const std::string &name, int index=0) | nndeploy::dag::Node | virtual |
| setInputNames(const std::vector< std::string > &names) | nndeploy::dag::Node | virtual |
| setInputs(std::vector< Edge * > inputs) | nndeploy::dag::Node | virtual |
| setInputSharedPtr(std::shared_ptr< Edge > input, int index=-1) | nndeploy::dag::Node | virtual |
| setInputsSharedPtr(std::vector< std::shared_ptr< Edge >> inputs) | nndeploy::dag::Node | virtual |
| setInputTypeInfo(std::string desc="") | nndeploy::dag::Node | inline |
| setInputTypeInfo(std::shared_ptr< EdgeTypeInfo > input_type_info, std::string desc="") | nndeploy::dag::Node | |
| setIoParams(const std::vector< std::string > &io_params) | nndeploy::dag::Node | |
| setIoType(IOType io_type) | nndeploy::dag::Node | |
| setIterInput(Edge *input, int index=-1) | nndeploy::dag::Node | virtual |
| setKey(const std::string &key) | nndeploy::dag::Node | |
| setLoopCount(int loop_count) | nndeploy::dag::Node | virtual |
| setMemory(device::Buffer *buffer) | nndeploy::dag::Node | virtual |
| setName(const std::string &name) | nndeploy::dag::Node | |
| setNodeType(NodeType node_type) | nndeploy::dag::Node | |
| setOutput(Edge *output, int index=-1) | nndeploy::dag::Node | virtual |
| setOutputData(T *obj, int index=0, bool is_external=true) | nndeploy::dag::Node | inline |
| setOutputName(const std::string &name, int index=0) | nndeploy::dag::Node | virtual |
| setOutputNames(const std::vector< std::string > &names) | nndeploy::dag::Node | virtual |
| setOutputs(std::vector< Edge * > outputs) | nndeploy::dag::Node | virtual |
| setOutputSharedPtr(std::shared_ptr< Edge > output, int index=-1) | nndeploy::dag::Node | virtual |
| setOutputsSharedPtr(std::vector< std::shared_ptr< Edge >> outputs) | nndeploy::dag::Node | virtual |
| setOutputTypeInfo(std::string desc="") | nndeploy::dag::Node | inline |
| setOutputTypeInfo(std::shared_ptr< EdgeTypeInfo > output_type_info, std::string desc="") | nndeploy::dag::Node | |
| setParallelType(const base::ParallelType ¶lle_type) | nndeploy::dag::Node | virtual |
| setParam(base::Param *param) | nndeploy::dag::Node | virtual |
| setParam(const std::string &key, base::Any &any) | nndeploy::dag::Node | virtual |
| setParam(const std::string &key, const std::string &value) | nndeploy::dag::Node | virtual |
| setParamSharedPtr(std::shared_ptr< base::Param > param) | nndeploy::dag::Node | virtual |
| setRequiredParams(const std::vector< std::string > &required_params) | nndeploy::dag::Node | |
| setResourceWithState(const std::string &key, T *value, bool is_external=true) | nndeploy::dag::Node | inline |
| setRunningFlag(bool flag) | nndeploy::dag::Node | |
| setSource(const std::string &source) | nndeploy::dag::Node | |
| setStream(device::Stream *stream) | nndeploy::dag::Node | |
| setTimeProfileFlag(bool flag) | nndeploy::dag::Node | |
| setTraceFlag(bool flag) | nndeploy::dag::Node | virtual |
| setUiParams(const std::vector< std::string > &ui_params) | nndeploy::dag::Node | |
| setVersion(const std::string &version) | nndeploy::dag::Node | |
| source_ | nndeploy::dag::Node | protected |
| stop_ | nndeploy::dag::Node | protected |
| stream_ | nndeploy::dag::Node | protected |
| SuperResolutionPostProcess(const std::string &name) | nndeploy::super_resolution::SuperResolutionPostProcess | inline |
| SuperResolutionPostProcess(const std::string &name, std::vector< dag::Edge * > inputs, std::vector< dag::Edge * > outputs) | nndeploy::super_resolution::SuperResolutionPostProcess | inline |
| synchronize() | nndeploy::dag::Node | virtual |
| toStaticGraph() | nndeploy::dag::Node | virtual |
| traced_ | nndeploy::dag::Node | protected |
| ui_params_ | nndeploy::dag::Node | protected |
| updateInput() | nndeploy::dag::Node | virtual |
| version_ | nndeploy::dag::Node | protected |
| ~Node() | nndeploy::dag::Node | virtual |
| ~SuperResolutionPostProcess() | nndeploy::super_resolution::SuperResolutionPostProcess | inlinevirtual |