FastDeploy
latest
Fast & Easy to Deploy!
|
Go to the source code of this file.
Macros | |
#define | FD_ENUM(type) |
Functions | |
FD_ENUM (FD_C_ModelFormat) | |
FD_ENUM (FD_C_rknpu2_CpuName) | |
FD_ENUM (FD_C_rknpu2_CoreMask) | |
FD_ENUM (FD_C_LitePowerMode) | |
FD_ENUM (FD_C_ResultType) | |
#define FD_ENUM | ( | type | ) |
FD_ENUM | ( | FD_C_ModelFormat | ) |
< Auto recognize the model format by model file name
< Model with paddlepaddle format
< Model with ONNX format
< Model with RKNN format
< Model with TorchScript format
< Model with SOPHGO format
FD_ENUM | ( | FD_C_rknpu2_CpuName | ) |
< run on RK356X.
< default,run on RK3588.
FD_ENUM | ( | FD_C_rknpu2_CoreMask | ) |
< default, run on NPU core randomly.
< run on NPU core 0.
< run on NPU core 1.
< run on NPU core 2.
< run on NPU core 1 and core 2.
< run on NPU core 1 and core 2.
FD_ENUM | ( | FD_C_LitePowerMode | ) |
< Use Lite Backend with high power mode
< Use Lite Backend with low power mode
< Use Lite Backend with full power mode
< Use Lite Backend with no bind power mode
< Use Lite Backend with rand high mode
< Use Lite Backend with rand low power mode
FD_ENUM | ( | FD_C_ResultType | ) |