mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-07 01:22:59 +08:00
[Backend] Support the deployment of models which is larger than 2G in ORT and TRT backend (#514)
* support model bigger than 2G * update code * update code * fix bug * update code
This commit is contained in:
@@ -130,6 +130,8 @@ class TrtBackend : public BaseBackend {
|
||||
std::map<std::string, int> io_name_index_;
|
||||
|
||||
std::string calibration_str_;
|
||||
bool save_external_ = false;
|
||||
std::string model_file_name_ = "";
|
||||
|
||||
// Sometimes while the number of outputs > 1
|
||||
// the output order of tensorrt may not be same
|
||||
|
Reference in New Issue
Block a user