| 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::InferenceParam | virtual |
| nndeploy::base::Param::deserialize(const std::string &json_str) | nndeploy::base::Param | virtual |
| 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::InferenceParam | virtual |
| getCachePath() const | nndeploy::inference::InferenceParam | |
| getDeviceType() const | nndeploy::inference::InferenceParam | |
| getDropdownParams() | nndeploy::base::Param | |
| getEncryptType() const | nndeploy::inference::InferenceParam | |
| getGpuTuneKernel() const | nndeploy::inference::InferenceParam | |
| getInferenceType() const | nndeploy::inference::InferenceParam | |
| getInputName() const | nndeploy::inference::InferenceParam | |
| getInputNum() const | nndeploy::inference::InferenceParam | |
| getInputShape() const | nndeploy::inference::InferenceParam | |
| getIoParams() | nndeploy::base::Param | |
| getIsDynamicShape() const | nndeploy::inference::InferenceParam | |
| getIsPath() const | nndeploy::inference::InferenceParam | |
| getLibraryPath() const | nndeploy::inference::InferenceParam | |
| getLicense() const | nndeploy::inference::InferenceParam | |
| getMaxShape() const | nndeploy::inference::InferenceParam | |
| getMinShape() const | nndeploy::inference::InferenceParam | |
| getModelType() const | nndeploy::inference::InferenceParam | |
| getModelValue() const | nndeploy::inference::InferenceParam | |
| getNumThread() const | nndeploy::inference::InferenceParam | |
| getOptShape() const | nndeploy::inference::InferenceParam | |
| getOutputName() const | nndeploy::inference::InferenceParam | |
| getOutputNum() const | nndeploy::inference::InferenceParam | |
| getPowerType() const | nndeploy::inference::InferenceParam | |
| getPrecisionType() const | nndeploy::inference::InferenceParam | |
| getRequiredParams() | nndeploy::base::Param | |
| getShareMemoryMode() const | nndeploy::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 ¶m)=default | nndeploy::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::Param | virtual |
| 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 ¶m)=default | nndeploy::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::Param | virtual |
| serialize(rapidjson::Value &json, rapidjson::Document::AllocatorType &allocator) | nndeploy::inference::InferenceParam | virtual |
| nndeploy::base::Param::serialize() | nndeploy::base::Param | virtual |
| set(const std::string &key, base::Any &any) | nndeploy::inference::InferenceParam | virtual |
| 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::InferenceParam | virtual |
| ~Param() | nndeploy::base::Param | virtual |