openvino_option | fastdeploy::RuntimeOption | |
ort_option | fastdeploy::RuntimeOption | |
paddle_infer_option | fastdeploy::RuntimeOption | |
paddle_lite_option | fastdeploy::RuntimeOption | |
poros_option | fastdeploy::RuntimeOption | |
rknpu2_option | fastdeploy::RuntimeOption | |
SetEncryptionKey(const std::string &encryption_key) | fastdeploy::RuntimeOption | |
SetModelBuffer(const std::string &model_buffer, const std::string ¶ms_buffer="", const ModelFormat &format=ModelFormat::PADDLE) | fastdeploy::RuntimeOption | |
SetModelPath(const std::string &model_path, const std::string ¶ms_path="", const ModelFormat &format=ModelFormat::PADDLE) | fastdeploy::RuntimeOption | |
trt_option | fastdeploy::RuntimeOption | |
UseAscend() | fastdeploy::RuntimeOption | |
UseCpu() | fastdeploy::RuntimeOption | |
UseDirectML() | fastdeploy::RuntimeOption | |
UseGpu(int gpu_id=0) | fastdeploy::RuntimeOption | |
UseIpu(int device_num=1, int micro_batch_size=1, bool enable_pipelining=false, int batches_per_step=1) | fastdeploy::RuntimeOption | |
UseKunlunXin(int kunlunxin_id=0, int l3_workspace_size=0xfffc00, bool locked=false, bool autotune=true, const std::string &autotune_file="", const std::string &precision="int16", bool adaptive_seqlen=false, bool enable_multi_stream=false) | fastdeploy::RuntimeOption | |
UseOpenVINOBackend() | fastdeploy::RuntimeOption | |
UseOrtBackend() | fastdeploy::RuntimeOption | |
UsePaddleInferBackend() | fastdeploy::RuntimeOption | inline |
UsePaddleLiteBackend() | fastdeploy::RuntimeOption | inline |
UsePorosBackend() | fastdeploy::RuntimeOption | |
UseRKNPU2(fastdeploy::rknpu2::CpuName rknpu2_name=fastdeploy::rknpu2::CpuName::RK356X, fastdeploy::rknpu2::CoreMask rknpu2_core=fastdeploy::rknpu2::CoreMask::RKNN_NPU_CORE_AUTO) | fastdeploy::RuntimeOption | |
UseSophgo() | fastdeploy::RuntimeOption | |
UseSophgoBackend() | fastdeploy::RuntimeOption | |
UseTimVX() | fastdeploy::RuntimeOption | |
UseTrtBackend() | fastdeploy::RuntimeOption | |