nndeploy C++ API  0.2.0
nndeploy C++ API
nndeploy::inference::InferenceParam Member List

This is the complete list of members for nndeploy::inference::InferenceParam, including all inherited members.

addDropdownParam(const std::string &dropdown_param, const std::vector< std::string > &dropdown_values)nndeploy::base::Param
addIoParam(const std::string &io_param)nndeploy::base::Param
addRequiredParam(const std::string &required_param)nndeploy::base::Param
addUiParam(const std::string &ui_param)nndeploy::base::Param
cache_path_nndeploy::inference::InferenceParam
clearDropdownParams()nndeploy::base::Param
clearIoParams()nndeploy::base::Param
clearRequiredParams()nndeploy::base::Param
clearUiParams()nndeploy::base::Param
deserialize(rapidjson::Value &json)nndeploy::inference::InferenceParamvirtual
nndeploy::base::Param::deserialize(const std::string &json_str)nndeploy::base::Paramvirtual
device_type_nndeploy::inference::InferenceParam
dropdown_params_nndeploy::base::Param
encrypt_type_nndeploy::inference::InferenceParam
external_model_data_nndeploy::inference::InferenceParam
get(const std::string &key, base::Any &any)nndeploy::inference::InferenceParamvirtual
getCachePath() constnndeploy::inference::InferenceParam
getDeviceType() constnndeploy::inference::InferenceParam
getDropdownParams()nndeploy::base::Param
getEncryptType() constnndeploy::inference::InferenceParam
getGpuTuneKernel() constnndeploy::inference::InferenceParam
getInferenceType() constnndeploy::inference::InferenceParam
getInputName() constnndeploy::inference::InferenceParam
getInputNum() constnndeploy::inference::InferenceParam
getInputShape() constnndeploy::inference::InferenceParam
getIoParams()nndeploy::base::Param
getIsDynamicShape() constnndeploy::inference::InferenceParam
getIsPath() constnndeploy::inference::InferenceParam
getLibraryPath() constnndeploy::inference::InferenceParam
getLicense() constnndeploy::inference::InferenceParam
getMaxShape() constnndeploy::inference::InferenceParam
getMinShape() constnndeploy::inference::InferenceParam
getModelType() constnndeploy::inference::InferenceParam
getModelValue() constnndeploy::inference::InferenceParam
getNumThread() constnndeploy::inference::InferenceParam
getOptShape() constnndeploy::inference::InferenceParam
getOutputName() constnndeploy::inference::InferenceParam
getOutputNum() constnndeploy::inference::InferenceParam
getPowerType() constnndeploy::inference::InferenceParam
getPrecisionType() constnndeploy::inference::InferenceParam
getRequiredParams()nndeploy::base::Param
getShareMemoryMode() constnndeploy::inference::InferenceParam
getUiParams()nndeploy::base::Param
gpu_tune_kernel_nndeploy::inference::InferenceParam
inference_type_nndeploy::inference::InferenceParam
InferenceParam()nndeploy::inference::InferenceParam
InferenceParam(base::InferenceType type)nndeploy::inference::InferenceParam
InferenceParam(const InferenceParam &param)=defaultnndeploy::inference::InferenceParam
input_name_nndeploy::inference::InferenceParam
input_num_nndeploy::inference::InferenceParam
input_shape_nndeploy::inference::InferenceParam
io_params_nndeploy::base::Param
is_dynamic_shape_nndeploy::inference::InferenceParam
is_path_nndeploy::inference::InferenceParam
library_path_nndeploy::inference::InferenceParam
license_nndeploy::inference::InferenceParam
loadFile(const std::string &path)nndeploy::base::Paramvirtual
max_shape_nndeploy::inference::InferenceParam
min_shape_nndeploy::inference::InferenceParam
model_type_nndeploy::inference::InferenceParam
model_value_nndeploy::inference::InferenceParam
num_thread_nndeploy::inference::InferenceParam
operator=(const InferenceParam &param)=defaultnndeploy::inference::InferenceParam
opt_shape_nndeploy::inference::InferenceParam
output_name_nndeploy::inference::InferenceParam
output_num_nndeploy::inference::InferenceParam
parallel_type_nndeploy::inference::InferenceParam
Param()nndeploy::base::Param
power_type_nndeploy::inference::InferenceParam
precision_type_nndeploy::inference::InferenceParam
removeDropdownParam(const std::string &dropdown_param)nndeploy::base::Param
removeIoParam(const std::string &io_param)nndeploy::base::Param
removeRequiredParam(const std::string &required_param)nndeploy::base::Param
removeUiParam(const std::string &ui_param)nndeploy::base::Param
required_params_nndeploy::base::Param
saveFile(const std::string &path)nndeploy::base::Paramvirtual
serialize(rapidjson::Value &json, rapidjson::Document::AllocatorType &allocator)nndeploy::inference::InferenceParamvirtual
nndeploy::base::Param::serialize()nndeploy::base::Paramvirtual
set(const std::string &key, base::Any &any)nndeploy::inference::InferenceParamvirtual
setCachePath(const std::vector< std::string > &cache_path)nndeploy::inference::InferenceParam
setDeviceType(base::DeviceType type)nndeploy::inference::InferenceParam
setDropdownParams(const std::map< std::string, std::vector< std::string >> &dropdown_params)nndeploy::base::Param
setEncryptType(base::EncryptType type)nndeploy::inference::InferenceParam
setGpuTuneKernel(int gpu_tune_kernel)nndeploy::inference::InferenceParam
setInferenceType(base::InferenceType type)nndeploy::inference::InferenceParam
setInputName(const std::vector< std::string > &input_name)nndeploy::inference::InferenceParam
setInputName(const std::string &input_name, int i=-1)nndeploy::inference::InferenceParam
setInputNum(int input_num)nndeploy::inference::InferenceParam
setInputShape(const std::vector< std::vector< int >> &input_shape)nndeploy::inference::InferenceParam
setInputShape(const std::vector< int > &input_shape, int i=-1)nndeploy::inference::InferenceParam
setIoParams(const std::vector< std::string > &io_params)nndeploy::base::Param
setIsDynamicShape(bool is_dynamic_shape)nndeploy::inference::InferenceParam
setIsPath(bool is_path)nndeploy::inference::InferenceParam
setLibraryPath(const std::vector< std::string > &library_path)nndeploy::inference::InferenceParam
setLibraryPath(const std::string &library_path, int i=-1)nndeploy::inference::InferenceParam
setLicense(const std::string &license)nndeploy::inference::InferenceParam
setMaxShape(const base::ShapeMap &max_shape)nndeploy::inference::InferenceParam
setMinShape(const base::ShapeMap &min_shape)nndeploy::inference::InferenceParam
setModelType(base::ModelType type)nndeploy::inference::InferenceParam
setModelValue(const std::vector< std::string > &model_value)nndeploy::inference::InferenceParam
setModelValue(const std::string &model_value, int i=-1)nndeploy::inference::InferenceParam
setNumThread(int num_thread)nndeploy::inference::InferenceParam
setOptShape(const base::ShapeMap &opt_shape)nndeploy::inference::InferenceParam
setOutputName(const std::vector< std::string > &output_name)nndeploy::inference::InferenceParam
setOutputName(const std::string &output_name, int i=-1)nndeploy::inference::InferenceParam
setOutputNum(int output_num)nndeploy::inference::InferenceParam
setPowerType(base::PowerType type)nndeploy::inference::InferenceParam
setPrecisionType(base::PrecisionType type)nndeploy::inference::InferenceParam
setRequiredParams(const std::vector< std::string > &required_params)nndeploy::base::Param
setShareMemoryMode(base::ShareMemoryType mode)nndeploy::inference::InferenceParam
setUiParams(const std::vector< std::string > &ui_params)nndeploy::base::Param
share_memory_mode_nndeploy::inference::InferenceParam
ui_params_nndeploy::base::Param
worker_num_nndeploy::inference::InferenceParam
~InferenceParam()nndeploy::inference::InferenceParamvirtual
~Param()nndeploy::base::Paramvirtual