Browse Source

fix bug of dynamic shape load error

tags/v1.3.0
wxl 3 years ago
parent
commit
1751f0e462
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      ge/graph/load/model_manager/model_manager.h

+ 0
- 1
ge/graph/load/model_manager/model_manager.h View File

@@ -340,7 +340,6 @@ class FMK_FUNC_HOST_VISIBILITY FMK_FUNC_DEV_VISIBILITY ModelManager {
ge::Status DeleteModel(uint32_t id); ge::Status DeleteModel(uint32_t id);


void GenModelId(uint32_t *id); void GenModelId(uint32_t *id);
bool IsNeedHybridLoad();




std::map<uint32_t, std::shared_ptr<DavinciModel>> model_map_; std::map<uint32_t, std::shared_ptr<DavinciModel>> model_map_;


Loading…
Cancel
Save