nndeploy C++ API  0.2.0
nndeploy C++ API
nndeploy::classification::ResnetGraph Member List

This is the complete list of members for nndeploy::classification::ResnetGraph, including all inherited members.

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::Graphvirtual
addResourceWithState(const std::string &key, Edge *edge)nndeploy::dag::Graphvirtual
addUiParam(const std::string &ui_param)nndeploy::dag::Node
addVideoUrl(const std::string &url)nndeploy::dag::Graph
audio_url_nndeploy::dag::Graphprotected
checkInputs(std::vector< Edge * > &inputs)nndeploy::dag::Node
checkInterruptStatus()nndeploy::dag::Nodevirtual
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::Nodevirtual
clearIoParams()nndeploy::dag::Node
clearRequiredParams()nndeploy::dag::Node
clearUiParams()nndeploy::dag::Node
completed_size_nndeploy::dag::Nodeprotected
composite_node_nndeploy::dag::Nodeprotected
connect(Node *predecessor, Node *successor, int predecessor_port=0, int successor_port=0)nndeploy::dag::Graph
construct()nndeploy::dag::Graphprotectedvirtual
constructed_nndeploy::dag::Nodeprotected
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::Nodevirtual
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::Nodevirtual
defaultParam()nndeploy::classification::ResnetGraphinlinevirtual
deinit()nndeploy::dag::Graphvirtual
deleteEdge(Edge *edge)nndeploy::dag::Graph
deleteNode(Node *node)nndeploy::dag::Graph
desc_nndeploy::dag::Nodeprotected
deserialize(rapidjson::Value &json)nndeploy::dag::Graphvirtual
deserialize(const std::string &json_str)nndeploy::dag::Graphvirtual
developer_nndeploy::dag::Nodeprotected
device_type_nndeploy::dag::Nodeprotected
disconnect(Node *predecessor, Node *successor, int predecessor_port=0, int successor_port=0)nndeploy::dag::Graph
dropdown_params_nndeploy::dag::Nodeprotected
dump(std::ostream &oss=std::cout)nndeploy::dag::Graph
edge_repository_nndeploy::dag::Graphprotected
executor()nndeploy::dag::Graphprotectedvirtual
executor_nndeploy::dag::Graphprotected
external_param_nndeploy::dag::Nodeprotected
external_param_repository_nndeploy::dag::Graphprotected
forward(std::vector< dag::Edge * > inputs)nndeploy::classification::ResnetGraphinline
nndeploy::dag::Graph::forward(std::vector< Edge * > inputs)nndeploy::dag::Graphvirtual
nndeploy::dag::Graph::forward()nndeploy::dag::Graphvirtual
nndeploy::dag::Graph::forward(Edge *input)nndeploy::dag::Graphvirtual
getAllInput()nndeploy::dag::Node
getAllOutput()nndeploy::dag::Node
getAudioUrl() constnndeploy::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::Nodevirtual
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::Graphvirtual
getGraph()nndeploy::dag::Node
getGraphFlag()nndeploy::dag::Node
getGraphNodeShareStream()nndeploy::dag::Graph
getImageUrl() constnndeploy::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::Nodeinline
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::Graphvirtual
getLoopCountMap()nndeploy::dag::Graphvirtual
getLoopMaxFlag()nndeploy::dag::Graphvirtual
getMemorySize()nndeploy::dag::Nodevirtual
getModelUrl() constnndeploy::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::Graphvirtual
getNodeWrapper(Node *node)nndeploy::dag::Graph
getNodeWrapper(const std::string &name)nndeploy::dag::Graph
getOtherUrl() constnndeploy::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::Nodevirtual
getParam()nndeploy::dag::Nodevirtual
getParam(const std::string &key, base::Any &any)nndeploy::dag::Nodevirtual
getParamSharedPtr()nndeploy::dag::Nodevirtual
getRealOutputsName()nndeploy::dag::Nodevirtual
getRequiredParams()nndeploy::dag::Node
getResourceWithoutState(const std::string &key)nndeploy::dag::Graphvirtual
getResourceWithState(const std::string &key)nndeploy::dag::Graphvirtual
getRunSize()nndeploy::dag::Node
getRunStatus()nndeploy::dag::Nodevirtual
getSource()nndeploy::dag::Node
getStream()nndeploy::dag::Node
getTimeProfileFlag()nndeploy::dag::Node
getTraceFlag()nndeploy::dag::Node
getUiParams()nndeploy::dag::Node
getUnusedNodeNames()nndeploy::dag::Graphvirtual
getVersion()nndeploy::dag::Node
getVideoUrl() constnndeploy::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::Nodeprotected
image_url_nndeploy::dag::Graphprotected
init()nndeploy::dag::Graphvirtual
initialized_nndeploy::dag::Nodeprotected
input_type_info_nndeploy::dag::Nodeprotected
inputs_nndeploy::dag::Nodeprotected
internal_outputs_nndeploy::dag::Nodeprotected
interrupt()nndeploy::dag::Graphvirtual
io_params_nndeploy::dag::Nodeprotected
io_type_nndeploy::dag::Nodeprotected
is_composite_node_nndeploy::dag::Nodeprotected
is_condition_nndeploy::dag::Nodeprotected
is_debug_nndeploy::dag::Nodeprotected
is_dynamic_input_nndeploy::dag::Nodeprotected
is_dynamic_output_nndeploy::dag::Nodeprotected
is_external_stream_nndeploy::dag::Nodeprotected
is_forward_api_ok_nndeploy::dag::Graphprotected
is_graph_nndeploy::dag::Nodeprotected
is_graph_node_share_stream_nndeploy::dag::Graphprotected
is_inner_nndeploy::dag::Nodeprotected
is_loop_nndeploy::dag::Nodeprotected
is_loop_max_flag_nndeploy::dag::Graphprotected
is_remove_in_out_node_nndeploy::dag::Graphprotected
is_running_nndeploy::dag::Nodeprotected
is_time_profile_nndeploy::dag::Nodeprotected
is_trace_nndeploy::dag::Nodeprotected
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::Nodeprotected
loadFile(const std::string &path)nndeploy::dag::Nodevirtual
loop_count_nndeploy::dag::Nodeprotected
make(const dag::NodeDesc &pre_desc, const dag::NodeDesc &infer_desc, base::InferenceType inference_type, const dag::NodeDesc &post_desc)nndeploy::classification::ResnetGraphinline
markInputEdge(std::vector< Edge * > inputs)nndeploy::dag::Graph
markOutputEdge(std::vector< Edge * > outputs)nndeploy::dag::Graph
model_url_nndeploy::dag::Graphprotected
name_nndeploy::dag::Nodeprotected
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::Graphprotected
node_type_nndeploy::dag::Nodeprotected
node_value_map_nndeploy::dag::Graphprotected
operator()(std::vector< Edge * > inputs)nndeploy::dag::Graphvirtual
operator()()nndeploy::dag::Graphvirtual
operator()(Edge *input)nndeploy::dag::Graphvirtual
other_url_nndeploy::dag::Graphprotected
output_type_info_nndeploy::dag::Nodeprotected
outputs_nndeploy::dag::Nodeprotected
parallel_type_nndeploy::dag::Nodeprotected
parallel_type_set_nndeploy::dag::Nodeprotected
param_nndeploy::dag::Nodeprotected
queue_drop_count_nndeploy::dag::Graphprotected
queue_max_size_nndeploy::dag::Graphprotected
queue_overflow_policy_nndeploy::dag::Graphprotected
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::Graphvirtual
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::Graphprotectedvirtual
removeUnusedNodeNames(const std::string &node_name)nndeploy::dag::Graphvirtual
removeUnusedNodeNames(const std::set< std::string > &node_names)nndeploy::dag::Graphvirtual
removeVideoUrl(const std::string &url)nndeploy::dag::Graph
required_params_nndeploy::dag::Nodeprotected
ResnetGraph(const std::string &name)nndeploy::classification::ResnetGraphinline
ResnetGraph(const std::string &name, std::vector< dag::Edge * > inputs, std::vector< dag::Edge * > outputs)nndeploy::classification::ResnetGraphinline
resource_with_state_nndeploy::dag::Graphprotected
resource_without_state_nndeploy::dag::Graphprotected
run()nndeploy::dag::Graphvirtual
run_node_repository_nndeploy::dag::Graphprotected
run_size_nndeploy::dag::Nodeprotected
saveFile(const std::string &path)nndeploy::dag::Nodevirtual
serialize(rapidjson::Value &json, rapidjson::Document::AllocatorType &allocator)nndeploy::dag::Graphvirtual
serialize()nndeploy::dag::Graphvirtual
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::Nodevirtual
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::Graphvirtual
setGraph(Graph *graph)nndeploy::dag::Node
setGraphFlag(bool flag)nndeploy::dag::Node
setGraphNodeShareStream(bool flag)nndeploy::dag::Graph
setInferenceType(base::InferenceType inference_type)nndeploy::classification::ResnetGraphinline
setInferParam(base::DeviceType device_type, base::ModelType model_type, bool is_path, std::vector< std::string > &model_value)nndeploy::classification::ResnetGraphinline
setInitializedFlag(bool flag)nndeploy::dag::Node
setInnerFlag(bool flag)nndeploy::dag::Node
setInput(Edge *input, int index=-1)nndeploy::dag::Graphvirtual
setInputName(const std::string &name, int index=0)nndeploy::dag::Nodevirtual
setInputNames(const std::vector< std::string > &names)nndeploy::dag::Nodevirtual
setInputs(std::vector< Edge * > inputs)nndeploy::dag::Graphvirtual
setInputSharedPtr(std::shared_ptr< Edge > input, int index=-1)nndeploy::dag::Graphvirtual
setInputsSharedPtr(std::vector< std::shared_ptr< Edge >> inputs)nndeploy::dag::Graphvirtual
setInputTypeInfo(std::string desc="")nndeploy::dag::Nodeinline
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::Nodevirtual
setKey(const std::string &key)nndeploy::dag::Node
setLoopCount(int loop_count)nndeploy::dag::Graphvirtual
setLoopMaxFlag(bool is_loop_max_flag)nndeploy::dag::Graphvirtual
setMemory(device::Buffer *buffer)nndeploy::dag::Nodevirtual
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::Graphvirtual
setNodeValue(const std::string &node_name, const std::string &key, const std::string &value)nndeploy::dag::Graphvirtual
setNodeValue(std::map< std::string, std::map< std::string, std::string >> node_value_map)nndeploy::dag::Graphvirtual
setOutput(Edge *output, int index=-1)nndeploy::dag::Graphvirtual
setOutputData(T *obj, int index=0, bool is_external=true)nndeploy::dag::Nodeinline
setOutputName(const std::string &name, int index=0)nndeploy::dag::Nodevirtual
setOutputNames(const std::vector< std::string > &names)nndeploy::dag::Nodevirtual
setOutputs(std::vector< Edge * > outputs)nndeploy::dag::Graphvirtual
setOutputSharedPtr(std::shared_ptr< Edge > output, int index=-1)nndeploy::dag::Graphvirtual
setOutputsSharedPtr(std::vector< std::shared_ptr< Edge >> outputs)nndeploy::dag::Graphvirtual
setOutputTypeInfo(std::string desc="")nndeploy::dag::Nodeinline
setOutputTypeInfo(std::shared_ptr< EdgeTypeInfo > output_type_info, std::string desc="")nndeploy::dag::Node
setParallelType(const base::ParallelType &paralle_type)nndeploy::dag::Nodevirtual
setParam(base::Param *param)nndeploy::dag::Nodevirtual
setParam(const std::string &key, base::Any &any)nndeploy::dag::Nodevirtual
setParam(const std::string &key, const std::string &value)nndeploy::dag::Nodevirtual
setParamSharedPtr(std::shared_ptr< base::Param > param)nndeploy::dag::Nodevirtual
setRequiredParams(const std::vector< std::string > &required_params)nndeploy::dag::Node
setResourceWithState(const std::string &key, T *value, bool is_external=true)nndeploy::dag::Nodeinline
setRunningFlag(bool flag)nndeploy::dag::Node
setSoftmax(bool is_softmax)nndeploy::classification::ResnetGraphinline
setSource(const std::string &source)nndeploy::dag::Node
setSrcPixelType(base::PixelType pixel_type)nndeploy::classification::ResnetGraphinline
setStream(device::Stream *stream)nndeploy::dag::Node
setTimeProfileFlag(bool flag)nndeploy::dag::Node
setTopk(int topk)nndeploy::classification::ResnetGraphinline
setTraceFlag(bool flag)nndeploy::dag::Graphvirtual
setUiParams(const std::vector< std::string > &ui_params)nndeploy::dag::Node
setUnusedNodeNames(const std::string &node_name)nndeploy::dag::Graphvirtual
setUnusedNodeNames(const std::set< std::string > &node_names)nndeploy::dag::Graphvirtual
setVersion(const std::string &version)nndeploy::dag::Node
shared_edge_repository_nndeploy::dag::Graphprotected
shared_node_repository_nndeploy::dag::Graphprotected
source_nndeploy::dag::Nodeprotected
stop_nndeploy::dag::Nodeprotected
stream_nndeploy::dag::Nodeprotected
synchronize()nndeploy::dag::Graphvirtual
toStaticGraph()nndeploy::dag::Graphvirtual
trace(std::vector< Edge * > inputs)nndeploy::dag::Graph
trace()nndeploy::dag::Graph
trace(Edge *input)nndeploy::dag::Graph
traced_nndeploy::dag::Nodeprotected
ui_params_nndeploy::dag::Nodeprotected
unused_node_names_nndeploy::dag::Graphprotected
updateInput()nndeploy::dag::Nodevirtual
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::Graphprotected
used_node_names_nndeploy::dag::Graphprotected
version_nndeploy::dag::Nodeprotected
video_url_nndeploy::dag::Graphprotected
~Graph()nndeploy::dag::Graphvirtual
~Node()nndeploy::dag::Nodevirtual
~ResnetGraph()nndeploy::classification::ResnetGraphinlinevirtual