nndeploy C++ API  0.2.0
nndeploy C++ API
nndeploy::qwen::QwenPrefill Member List

This is the complete list of members for nndeploy::qwen::QwenPrefill, including all inherited members.

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::CompositeNode
addEdgeSharedPtr(std::shared_ptr< Edge > edge)nndeploy::dag::CompositeNode
addIoParam(const std::string &io_param)nndeploy::dag::Node
addNode(Node *node, bool is_external=true)nndeploy::dag::CompositeNode
addNodeSharedPtr(std::shared_ptr< Node > node)nndeploy::dag::CompositeNode
addRequiredParam(const std::string &required_param)nndeploy::dag::Node
addResourceWithoutState(const std::string &key, const base::Any &value)nndeploy::dag::Nodevirtual
addResourceWithState(const std::string &key, Edge *edge)nndeploy::dag::Nodevirtual
addUiParam(const std::string &ui_param)nndeploy::dag::Node
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
CompositeNode(const std::string &name)nndeploy::dag::CompositeNodeinline
CompositeNode(const std::string &name, const std::vector< Edge * > &inputs, const std::vector< Edge * > &outputs)nndeploy::dag::CompositeNodeinline
construct()nndeploy::dag::CompositeNodeprotectedvirtual
constructed_nndeploy::dag::Nodeprotected
createEdge(const std::string &name)nndeploy::dag::CompositeNode
createEdgeSharedPtr(const std::string &name)nndeploy::dag::CompositeNode
createInfer(const NodeDesc &desc, base::InferenceType type)nndeploy::dag::CompositeNode
createInternalOutputEdge(const std::string &name)nndeploy::dag::Nodevirtual
createNode(const NodeDesc &desc)nndeploy::dag::CompositeNode
createNode(const std::string &name, Args &...args)nndeploy::dag::CompositeNode
createNode(const NodeDesc &desc, Args &...args)nndeploy::dag::CompositeNode
createNode4Py(const NodeDesc &desc)nndeploy::dag::CompositeNode
createResourceWithState(const std::string &key)nndeploy::dag::Nodevirtual
defaultParam()nndeploy::qwen::QwenPrefillvirtual
deinit()nndeploy::qwen::QwenPrefillvirtual
desc_nndeploy::dag::Nodeprotected
deserialize(rapidjson::Value &json)nndeploy::qwen::QwenPrefillvirtual
nndeploy::dag::CompositeNode::deserialize(const std::string &json_str)nndeploy::dag::CompositeNodevirtual
developer_nndeploy::dag::Nodeprotected
device_type_nndeploy::dag::Nodeprotected
dropdown_params_nndeploy::dag::Nodeprotected
edge_repository_nndeploy::dag::CompositeNodeprotected
external_param_nndeploy::dag::Nodeprotected
forward(std::vector< Edge * > inputs)nndeploy::dag::Nodevirtual
forward()nndeploy::dag::Nodevirtual
forward(Edge *input)nndeploy::dag::Nodevirtual
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::Nodevirtual
getDropdownParams()nndeploy::dag::Node
getEdge(const std::string &name)nndeploy::dag::CompositeNode
getEdgeSharedPtr(const std::string &name)nndeploy::dag::CompositeNode
getEdgeWrapper(Edge *edge)nndeploy::dag::CompositeNode
getEdgeWrapper(const std::string &name)nndeploy::dag::CompositeNode
getExternalParam(const std::string &key)nndeploy::dag::Nodevirtual
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::Nodeinline
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::Nodevirtual
getMemorySize()nndeploy::dag::Nodevirtual
getName()nndeploy::dag::Node
getNode(const std::string &name)nndeploy::dag::CompositeNode
getNodeByKey(const std::string &key)nndeploy::dag::CompositeNode
getNodeParam(const std::string &node_name)nndeploy::dag::CompositeNode
getNodeParamSharedPtr(const std::string &node_name)nndeploy::dag::CompositeNode
getNodesByKey(const std::string &key)nndeploy::dag::CompositeNode
getNodeSharedPtr(const std::string &name)nndeploy::dag::CompositeNode
getNodeType()nndeploy::dag::Node
getNodeWrapper(Node *node)nndeploy::dag::CompositeNode
getNodeWrapper(const std::string &name)nndeploy::dag::CompositeNode
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::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::Nodevirtual
getResourceWithoutState(const std::string &key)nndeploy::dag::Nodeinline
getResourceWithState(const std::string &key)nndeploy::dag::Nodevirtual
getResourceWithState(const std::string &key)nndeploy::dag::Nodeinline
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
getVersion()nndeploy::dag::Node
graph_nndeploy::dag::Nodeprotected
init()nndeploy::qwen::QwenPrefillvirtual
initialized_nndeploy::dag::Nodeprotected
input_type_info_nndeploy::dag::Nodeprotected
inputs_nndeploy::dag::Nodeprotected
internal_outputs_nndeploy::dag::Nodeprotected
interrupt()nndeploy::dag::Nodevirtual
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_graph_nndeploy::dag::Nodeprotected
is_inner_nndeploy::dag::Nodeprotected
is_loop_nndeploy::dag::Nodeprotected
is_running_nndeploy::dag::Nodeprotected
is_time_profile_nndeploy::dag::Nodeprotected
is_trace_nndeploy::dag::Nodeprotected
isDynamicInput()nndeploy::dag::Node
isDynamicOutput()nndeploy::dag::Node
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
markInputEdge(std::vector< Edge * > inputs)nndeploy::dag::CompositeNode
markOutputEdge(std::vector< Edge * > outputs)nndeploy::dag::CompositeNode
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::CompositeNodeprotected
node_type_nndeploy::dag::Nodeprotected
operator()(std::vector< Edge * > inputs)nndeploy::dag::Nodevirtual
operator()()nndeploy::dag::Nodevirtual
operator()(Edge *input)nndeploy::dag::Nodevirtual
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
QwenPrefill(const std::string &name, std::vector< dag::Edge * > inputs, std::vector< dag::Edge * > outputs)nndeploy::qwen::QwenPrefillinline
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::Nodeprotected
run()nndeploy::qwen::QwenPrefillvirtual
run_size_nndeploy::dag::Nodeprotected
saveFile(const std::string &path)nndeploy::dag::Nodevirtual
serialize(rapidjson::Value &json, rapidjson::Document::AllocatorType &allocator)nndeploy::qwen::QwenPrefillvirtual
nndeploy::dag::CompositeNode::serialize()nndeploy::dag::CompositeNodevirtual
setCompositeNode(CompositeNode *composite_node)nndeploy::dag::Node
setConfigParam()nndeploy::qwen::QwenPrefill
setConfigPath(std::string config_path)nndeploy::qwen::QwenPrefillinline
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
setExternalParam(const std::string &key, std::shared_ptr< base::Param > external_param)nndeploy::dag::Nodevirtual
setGraph(Graph *graph)nndeploy::dag::Node
setGraphFlag(bool flag)nndeploy::dag::Node
setInferenceType(base::InferenceType inference_type)nndeploy::qwen::QwenPrefill
setInferParams(bool is_path, base::ModelType model_type, base::DeviceType device_type)nndeploy::qwen::QwenPrefill
setInitializedFlag(bool flag)nndeploy::dag::Node
setInnerFlag(bool flag)nndeploy::dag::Node
setInput(Edge *input, int index=-1)nndeploy::dag::CompositeNodevirtual
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::CompositeNodevirtual
setInputSharedPtr(std::shared_ptr< Edge > input, int index=-1)nndeploy::dag::CompositeNodevirtual
setInputsSharedPtr(std::vector< std::shared_ptr< Edge >> inputs)nndeploy::dag::CompositeNodevirtual
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::Nodevirtual
setMemory(device::Buffer *buffer)nndeploy::dag::Nodevirtual
setName(const std::string &name)nndeploy::dag::Node
setNodeDesc(Node *node, const NodeDesc &desc)nndeploy::dag::CompositeNode
setNodeParam(const std::string &node_name, base::Param *param)nndeploy::dag::CompositeNode
setNodeParamSharedPtr(const std::string &node_name, std::shared_ptr< base::Param > param)nndeploy::dag::CompositeNode
setNodeType(NodeType node_type)nndeploy::dag::Node
setOutput(Edge *output, int index=-1)nndeploy::dag::CompositeNodevirtual
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::CompositeNodevirtual
setOutputSharedPtr(std::shared_ptr< Edge > output, int index=-1)nndeploy::dag::CompositeNodevirtual
setOutputsSharedPtr(std::vector< std::shared_ptr< Edge >> outputs)nndeploy::dag::CompositeNodevirtual
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
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::Nodevirtual
setUiParams(const std::vector< std::string > &ui_params)nndeploy::dag::Node
setVersion(const std::string &version)nndeploy::dag::Node
shared_edge_repository_nndeploy::dag::CompositeNodeprotected
shared_node_repository_nndeploy::dag::CompositeNodeprotected
sortDFS()nndeploy::dag::CompositeNode
source_nndeploy::dag::Nodeprotected
stop_nndeploy::dag::Nodeprotected
stream_nndeploy::dag::Nodeprotected
synchronize()nndeploy::dag::Nodevirtual
toStaticGraph()nndeploy::dag::Nodevirtual
traced_nndeploy::dag::Nodeprotected
ui_params_nndeploy::dag::Nodeprotected
updateInput()nndeploy::dag::Nodevirtual
updateNodeIO(Node *node, std::vector< Edge * > inputs, std::vector< Edge * > outputs)nndeploy::dag::CompositeNode
updteEdge(EdgeWrapper *edge_wrapper, Edge *edge, bool is_external=true)nndeploy::dag::CompositeNode
used_edge_names_nndeploy::dag::CompositeNodeprotected
used_node_names_nndeploy::dag::CompositeNodeprotected
version_nndeploy::dag::Nodeprotected
~CompositeNode()nndeploy::dag::CompositeNodevirtual
~Node()nndeploy::dag::Nodevirtual