mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-11-02 12:44:20 +08:00
Fix runtime with python
This commit is contained in:
@@ -79,6 +79,7 @@ void BindRuntime(pybind11::module& m) {
|
||||
memcpy(inputs[index].data.data(), iter->second.mutable_data(),
|
||||
iter->second.nbytes());
|
||||
inputs[index].name = iter->first;
|
||||
index += 1;
|
||||
}
|
||||
|
||||
std::vector<FDTensor> outputs(self.NumOutputs());
|
||||
|
||||
Reference in New Issue
Block a user