| addAudioUrl(const std::string &url) | nndeploy::dag::Graph | |
| addDropdownParam(const std::string &dropdown_param, const std::vector< std::string > &dropdown_values) | nndeploy::dag::Node | |
| addEdge(Edge *edge, bool is_external=true) | nndeploy::dag::Graph | |
| addEdgeSharedPtr(std::shared_ptr< Edge > edge) | nndeploy::dag::Graph | |
| addImageUrl(const std::string &url) | nndeploy::dag::Graph | |
| addIoParam(const std::string &io_param) | nndeploy::dag::Node | |
| addModelUrl(const std::string &url) | nndeploy::dag::Graph | |
| addNode(Node *node, bool is_external=true) | nndeploy::dag::Graph | |
| addNodeInputAndOutput(NodeWrapper *node_wrapper, std::vector< Edge * > inputs, std::vector< Edge * > outputs) | nndeploy::dag::Graph | |
| addNodeSharedPtr(std::shared_ptr< Node > node) | nndeploy::dag::Graph | |
| addOtherUrl(const std::string &url) | nndeploy::dag::Graph | |
| addRequiredParam(const std::string &required_param) | nndeploy::dag::Node | |
| addResourceWithoutState(const std::string &key, const base::Any &value) | nndeploy::dag::Graph | virtual |
| addResourceWithState(const std::string &key, Edge *edge) | nndeploy::dag::Graph | virtual |
| addUiParam(const std::string &ui_param) | nndeploy::dag::Node | |
| addVideoUrl(const std::string &url) | nndeploy::dag::Graph | |
| audio_url_ | nndeploy::dag::Graph | protected |
| 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 |
| connect(Node *predecessor, Node *successor, int predecessor_port=0, int successor_port=0) | nndeploy::dag::Graph | |
| construct() | nndeploy::dag::Graph | protectedvirtual |
| constructed_ | nndeploy::dag::Node | protected |
| createEdge(const std::string &name) | nndeploy::dag::Graph | |
| createEdgeSharedPtr(const std::string &name) | nndeploy::dag::Graph | |
| createInfer(const std::string &name, base::InferenceType type, Edge *input, Edge *output) | nndeploy::dag::Graph | |
| createInfer(const std::string &name, base::InferenceType type, const std::string &input_name, const std::string &output_name) | nndeploy::dag::Graph | |
| createInfer(const std::string &name, base::InferenceType type, Edge *input, const std::string &output_name) | nndeploy::dag::Graph | |
| createInfer(const std::string &name, base::InferenceType type, const std::string &input_name, Edge *output) | nndeploy::dag::Graph | |
| createInfer(const std::string &name, base::InferenceType type, std::vector< Edge * > inputs, std::vector< Edge * > outputs) | nndeploy::dag::Graph | |
| createInfer(const std::string &name, base::InferenceType type, std::vector< std::string > input_names, std::vector< std::string > output_names) | nndeploy::dag::Graph | |
| createInfer(const std::string &name, base::InferenceType type, std::vector< Edge * > inputs, std::vector< std::string > output_names) | nndeploy::dag::Graph | |
| createInfer(const std::string &name, base::InferenceType type, std::vector< std::string > input_names, std::vector< Edge * > outputs) | nndeploy::dag::Graph | |
| createInfer(const std::string &name, base::InferenceType type, std::initializer_list< Edge * > inputs, std::initializer_list< Edge * > outputs) | nndeploy::dag::Graph | |
| createInfer(const std::string &name, base::InferenceType type, std::initializer_list< std::string > input_names, std::initializer_list< std::string > output_names) | nndeploy::dag::Graph | |
| createInfer(const std::string &name, base::InferenceType type, std::initializer_list< Edge * > inputs, std::initializer_list< std::string > output_names) | nndeploy::dag::Graph | |
| createInfer(const std::string &name, base::InferenceType type, std::initializer_list< std::string > input_names, std::initializer_list< Edge * > outputs) | nndeploy::dag::Graph | |
| createInfer(const NodeDesc &desc, base::InferenceType type) | nndeploy::dag::Graph | |
| createInternalOutputEdge(const std::string &name) | nndeploy::dag::Node | virtual |
| createNode(const std::string &key, const std::string &name="") | nndeploy::dag::Graph | |
| createNode(const NodeDesc &desc) | nndeploy::dag::Graph | |
| createNode(const std::string &name="", Args &...args) | nndeploy::dag::Graph | |
| createNode(const NodeDesc &desc, Args &...args) | nndeploy::dag::Graph | |
| createNode(const std::string &name, Edge *input, Edge *output, Args &...args) | nndeploy::dag::Graph | |
| createNode(const std::string &name, const std::string &input_name, const std::string &output_name, Args &...args) | nndeploy::dag::Graph | |
| createNode(const std::string &name, Edge *input, const std::string &output_name, Args &...args) | nndeploy::dag::Graph | |
| createNode(const std::string &name, const std::string &input_name, Edge *output, Args &...args) | nndeploy::dag::Graph | |
| createNode(const std::string &name, std::vector< Edge * > inputs, std::vector< Edge * > outputs, Args &...args) | nndeploy::dag::Graph | |
| createNode(const std::string &name, std::vector< std::string > input_names, std::vector< std::string > output_names, Args &...args) | nndeploy::dag::Graph | |
| createNode(const std::string &name, std::vector< std::string > input_names, std::vector< Edge * > outputs, Args &...args) | nndeploy::dag::Graph | |
| createNode(const std::string &name, std::vector< Edge * > inputs, std::vector< std::string > output_names, Args &...args) | nndeploy::dag::Graph | |
| createNode(const std::string &name, std::initializer_list< Edge * > inputs, std::initializer_list< Edge * > outputs, Args &...args) | nndeploy::dag::Graph | |
| createNode(const std::string &name, std::initializer_list< std::string > input_names, std::initializer_list< std::string > output_names, Args &...args) | nndeploy::dag::Graph | |
| createNode(const std::string &name, std::initializer_list< Edge * > inputs, std::initializer_list< std::string > output_names, Args &...args) | nndeploy::dag::Graph | |
| createNode(const std::string &name, std::initializer_list< std::string > input_names, std::initializer_list< Edge * > outputs, Args &...args) | nndeploy::dag::Graph | |
| createNode4Py(const std::string &key, const std::string &name="") | nndeploy::dag::Graph | |
| createNode4Py(const NodeDesc &desc) | nndeploy::dag::Graph | |
| createResourceWithState(const std::string &key) | nndeploy::dag::Node | virtual |
| defaultParam() | nndeploy::ocr::RecognizerGraph | inlinevirtual |
| deinit() | nndeploy::dag::Graph | virtual |
| deleteEdge(Edge *edge) | nndeploy::dag::Graph | |
| deleteNode(Node *node) | nndeploy::dag::Graph | |
| desc_ | nndeploy::dag::Node | protected |
| deserialize(rapidjson::Value &json) | nndeploy::dag::Graph | virtual |
| deserialize(const std::string &json_str) | nndeploy::dag::Graph | virtual |
| developer_ | nndeploy::dag::Node | protected |
| device_type_ | nndeploy::dag::Node | protected |
| disconnect(Node *predecessor, Node *successor, int predecessor_port=0, int successor_port=0) | nndeploy::dag::Graph | |
| dropdown_params_ | nndeploy::dag::Node | protected |
| dump(std::ostream &oss=std::cout) | nndeploy::dag::Graph | |
| edge_repository_ | nndeploy::dag::Graph | protected |
| executor() | nndeploy::dag::Graph | protectedvirtual |
| executor_ | nndeploy::dag::Graph | protected |
| external_param_ | nndeploy::dag::Node | protected |
| external_param_repository_ | nndeploy::dag::Graph | protected |
| forward(std::vector< dag::Edge * > inputs) | nndeploy::ocr::RecognizerGraph | inline |
| nndeploy::dag::Graph::forward(std::vector< Edge * > inputs) | nndeploy::dag::Graph | virtual |
| nndeploy::dag::Graph::forward() | nndeploy::dag::Graph | virtual |
| nndeploy::dag::Graph::forward(Edge *input) | nndeploy::dag::Graph | virtual |
| getAllInput() | nndeploy::dag::Node | |
| getAllOutput() | nndeploy::dag::Node | |
| getAudioUrl() const | nndeploy::dag::Graph | |
| 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 | |
| getEdge(const std::string &name) | nndeploy::dag::Graph | |
| getEdgeQueueDropCount() | nndeploy::dag::Graph | |
| getEdgeQueueMaxSize() | nndeploy::dag::Graph | |
| getEdgeQueueOverflowPolicy() | nndeploy::dag::Graph | |
| getEdgeSharedPtr(const std::string &name) | nndeploy::dag::Graph | |
| getEdgeWrapper(Edge *edge) | nndeploy::dag::Graph | |
| getEdgeWrapper(const std::string &name) | nndeploy::dag::Graph | |
| getExternalParam(const std::string &key) | nndeploy::dag::Graph | virtual |
| getGraph() | nndeploy::dag::Node | |
| getGraphFlag() | nndeploy::dag::Node | |
| getGraphNodeShareStream() | nndeploy::dag::Graph | |
| getImageUrl() const | nndeploy::dag::Graph | |
| getInferNode(int index) | nndeploy::dag::Graph | |
| 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 | |
| getInputNode(int index) | nndeploy::dag::Graph | |
| getInputTypeInfo() | nndeploy::dag::Node | |
| getIoParams() | nndeploy::dag::Node | |
| getIoType() | nndeploy::dag::Node | |
| getKey() | nndeploy::dag::Node | |
| getLoopCount() | nndeploy::dag::Graph | virtual |
| getLoopCountMap() | nndeploy::dag::Graph | virtual |
| getLoopMaxFlag() | nndeploy::dag::Graph | virtual |
| getMemorySize() | nndeploy::dag::Node | virtual |
| getModelUrl() const | nndeploy::dag::Graph | |
| getName() | nndeploy::dag::Node | |
| getNode(const std::string &name) | nndeploy::dag::Graph | |
| getNode(int index) | nndeploy::dag::Graph | |
| getNodeByKey(const std::string &key) | nndeploy::dag::Graph | |
| getNodeCount() | nndeploy::dag::Graph | |
| getNodeParam(const std::string &node_name) | nndeploy::dag::Graph | |
| getNodeParamSharedPtr(const std::string &node_name) | nndeploy::dag::Graph | |
| getNodes() | nndeploy::dag::Graph | |
| getNodesByKey(const std::string &key) | nndeploy::dag::Graph | |
| getNodeSharedPtr(const std::string &name) | nndeploy::dag::Graph | |
| getNodesName() | nndeploy::dag::Graph | |
| getNodesNameRecursive() | nndeploy::dag::Graph | |
| getNodesRecursive() | nndeploy::dag::Graph | |
| getNodesRunStatus() | nndeploy::dag::Graph | |
| getNodesRunStatusRecursive() | nndeploy::dag::Graph | |
| getNodeType() | nndeploy::dag::Node | |
| getNodeValue() | nndeploy::dag::Graph | virtual |
| getNodeWrapper(Node *node) | nndeploy::dag::Graph | |
| getNodeWrapper(const std::string &name) | nndeploy::dag::Graph | |
| getOtherUrl() const | nndeploy::dag::Graph | |
| 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 | |
| getOutputNode(int index) | nndeploy::dag::Graph | |
| 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::Graph | virtual |
| getResourceWithState(const std::string &key) | nndeploy::dag::Graph | virtual |
| 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 | |
| getUnusedNodeNames() | nndeploy::dag::Graph | virtual |
| getVersion() | nndeploy::dag::Node | |
| getVideoUrl() const | nndeploy::dag::Graph | |
| Graph(const std::string &name) | nndeploy::dag::Graph | |
| Graph(const std::string &name, std::vector< Edge * > inputs, std::vector< Edge * > outputs) | nndeploy::dag::Graph | |
| graph_ | nndeploy::dag::Node | protected |
| image_url_ | nndeploy::dag::Graph | protected |
| init() | nndeploy::dag::Graph | 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::Graph | 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_forward_api_ok_ | nndeploy::dag::Graph | protected |
| is_graph_ | nndeploy::dag::Node | protected |
| is_graph_node_share_stream_ | nndeploy::dag::Graph | protected |
| is_inner_ | nndeploy::dag::Node | protected |
| is_loop_ | nndeploy::dag::Node | protected |
| is_loop_max_flag_ | nndeploy::dag::Graph | protected |
| is_remove_in_out_node_ | nndeploy::dag::Graph | 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 | |
| isForwardApiOk() | nndeploy::dag::Graph | |
| 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 |
| make(const dag::NodeDesc &pre_desc, const dag::NodeDesc &infer_desc, base::InferenceType inference_type, const dag::NodeDesc &post_desc) | nndeploy::ocr::RecognizerGraph | inline |
| markInputEdge(std::vector< Edge * > inputs) | nndeploy::dag::Graph | |
| markOutputEdge(std::vector< Edge * > outputs) | nndeploy::dag::Graph | |
| model_url_ | nndeploy::dag::Graph | 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_repository_ | nndeploy::dag::Graph | protected |
| node_type_ | nndeploy::dag::Node | protected |
| node_value_map_ | nndeploy::dag::Graph | protected |
| operator()(std::vector< Edge * > inputs) | nndeploy::dag::Graph | virtual |
| operator()() | nndeploy::dag::Graph | virtual |
| operator()(Edge *input) | nndeploy::dag::Graph | virtual |
| other_url_ | nndeploy::dag::Graph | protected |
| 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 |
| queue_drop_count_ | nndeploy::dag::Graph | protected |
| queue_max_size_ | nndeploy::dag::Graph | protected |
| queue_overflow_policy_ | nndeploy::dag::Graph | protected |
| RecognizerGraph(const std::string &name) | nndeploy::ocr::RecognizerGraph | inline |
| RecognizerGraph(const std::string &name, std::vector< dag::Edge * > inputs, std::vector< dag::Edge * > outputs) | nndeploy::ocr::RecognizerGraph | inline |
| removeAudioUrl(const std::string &url) | nndeploy::dag::Graph | |
| removeDropdownParam(const std::string &dropdown_param) | nndeploy::dag::Node | |
| removeImageUrl(const std::string &url) | nndeploy::dag::Graph | |
| removeInOutNode() | nndeploy::dag::Graph | virtual |
| removeIoParam(const std::string &io_param) | nndeploy::dag::Node | |
| removeModelUrl(const std::string &url) | nndeploy::dag::Graph | |
| removeOtherUrl(const std::string &url) | nndeploy::dag::Graph | |
| removeRequiredParam(const std::string &required_param) | nndeploy::dag::Node | |
| removeUiParam(const std::string &ui_param) | nndeploy::dag::Node | |
| removeUnusedNodeAndEdge() | nndeploy::dag::Graph | protectedvirtual |
| removeUnusedNodeNames(const std::string &node_name) | nndeploy::dag::Graph | virtual |
| removeUnusedNodeNames(const std::set< std::string > &node_names) | nndeploy::dag::Graph | virtual |
| removeVideoUrl(const std::string &url) | nndeploy::dag::Graph | |
| required_params_ | nndeploy::dag::Node | protected |
| resource_with_state_ | nndeploy::dag::Graph | protected |
| resource_without_state_ | nndeploy::dag::Graph | protected |
| run() | nndeploy::dag::Graph | virtual |
| run_node_repository_ | nndeploy::dag::Graph | protected |
| 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::Graph | virtual |
| serialize() | nndeploy::dag::Graph | virtual |
| setCharacterPath(const std::string &character_path) | nndeploy::ocr::RecognizerGraph | inline |
| 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 | |
| setEdgeQueueMaxSize(int queue_max_size) | nndeploy::dag::Graph | |
| setEdgeQueueOverflowPolicy(base::QueueOverflowPolicy policy, int drop_count=1) | nndeploy::dag::Graph | |
| setExternalParam(const std::string &key, std::shared_ptr< base::Param > param) | nndeploy::dag::Graph | virtual |
| setGraph(Graph *graph) | nndeploy::dag::Node | |
| setGraphFlag(bool flag) | nndeploy::dag::Node | |
| setGraphNodeShareStream(bool flag) | nndeploy::dag::Graph | |
| setInferenceType(base::InferenceType inference_type) | nndeploy::ocr::RecognizerGraph | inline |
| setInferParam(base::DeviceType device_type, base::ModelType model_type, bool is_path, std::vector< std::string > &model_value) | nndeploy::ocr::RecognizerGraph | inline |
| setInitializedFlag(bool flag) | nndeploy::dag::Node | |
| setInnerFlag(bool flag) | nndeploy::dag::Node | |
| setInput(Edge *input, int index=-1) | nndeploy::dag::Graph | 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::Graph | virtual |
| setInputSharedPtr(std::shared_ptr< Edge > input, int index=-1) | nndeploy::dag::Graph | virtual |
| setInputsSharedPtr(std::vector< std::shared_ptr< Edge >> inputs) | nndeploy::dag::Graph | 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::Graph | virtual |
| setLoopMaxFlag(bool is_loop_max_flag) | nndeploy::dag::Graph | virtual |
| setMemory(device::Buffer *buffer) | nndeploy::dag::Node | virtual |
| setName(const std::string &name) | nndeploy::dag::Node | |
| setNodeDesc(Node *node, const NodeDesc &desc) | nndeploy::dag::Graph | |
| setNodeParallelType(const std::string &node_name, base::ParallelType parallel_type) | nndeploy::dag::Graph | |
| setNodeParam(const std::string &node_name, base::Param *param) | nndeploy::dag::Graph | |
| setNodeParamSharedPtr(const std::string &node_name, std::shared_ptr< base::Param > param) | nndeploy::dag::Graph | |
| setNodeType(NodeType node_type) | nndeploy::dag::Node | |
| setNodeValue(const std::string &node_value_str) | nndeploy::dag::Graph | virtual |
| setNodeValue(const std::string &node_name, const std::string &key, const std::string &value) | nndeploy::dag::Graph | virtual |
| setNodeValue(std::map< std::string, std::map< std::string, std::string >> node_value_map) | nndeploy::dag::Graph | virtual |
| setOutput(Edge *output, int index=-1) | nndeploy::dag::Graph | 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::Graph | virtual |
| setOutputSharedPtr(std::shared_ptr< Edge > output, int index=-1) | nndeploy::dag::Graph | virtual |
| setOutputsSharedPtr(std::vector< std::shared_ptr< Edge >> outputs) | nndeploy::dag::Graph | 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 |
| setRecThresh(float threshold) | nndeploy::ocr::RecognizerGraph | inline |
| 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 | |
| setSrcPixelType(base::PixelType pixel_type) | nndeploy::ocr::RecognizerGraph | inline |
| setStream(device::Stream *stream) | nndeploy::dag::Node | |
| setTimeProfileFlag(bool flag) | nndeploy::dag::Node | |
| setTraceFlag(bool flag) | nndeploy::dag::Graph | virtual |
| setUiParams(const std::vector< std::string > &ui_params) | nndeploy::dag::Node | |
| setUnusedNodeNames(const std::string &node_name) | nndeploy::dag::Graph | virtual |
| setUnusedNodeNames(const std::set< std::string > &node_names) | nndeploy::dag::Graph | virtual |
| setVersion(int version) | nndeploy::ocr::RecognizerGraph | inline |
| nndeploy::dag::Graph::setVersion(const std::string &version) | nndeploy::dag::Node | |
| shared_edge_repository_ | nndeploy::dag::Graph | protected |
| shared_node_repository_ | nndeploy::dag::Graph | protected |
| source_ | nndeploy::dag::Node | protected |
| stop_ | nndeploy::dag::Node | protected |
| stream_ | nndeploy::dag::Node | protected |
| synchronize() | nndeploy::dag::Graph | virtual |
| toStaticGraph() | nndeploy::dag::Graph | virtual |
| trace(std::vector< Edge * > inputs) | nndeploy::dag::Graph | |
| trace() | nndeploy::dag::Graph | |
| trace(Edge *input) | nndeploy::dag::Graph | |
| traced_ | nndeploy::dag::Node | protected |
| ui_params_ | nndeploy::dag::Node | protected |
| unused_node_names_ | nndeploy::dag::Graph | protected |
| updateInput() | nndeploy::dag::Node | virtual |
| updateNodeIO(Node *node, std::vector< Edge * > inputs, std::vector< Edge * > outputs) | nndeploy::dag::Graph | |
| updteEdge(EdgeWrapper *edge_wrapper, Edge *edge, bool is_external=true) | nndeploy::dag::Graph | |
| used_edge_names_ | nndeploy::dag::Graph | protected |
| used_node_names_ | nndeploy::dag::Graph | protected |
| version_ | nndeploy::dag::Node | protected |
| video_url_ | nndeploy::dag::Graph | protected |
| ~Graph() | nndeploy::dag::Graph | virtual |
| ~Node() | nndeploy::dag::Node | virtual |
| ~RecognizerGraph() | nndeploy::ocr::RecognizerGraph | inlinevirtual |