Home
last modified time | relevance | path

Searched refs:rtModelDestroy (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/ge_runtime/
Druntime_model.cc275 rtError_t ret = rtModelDestroy(rt_model_handle_); in RtModelDestory()
/third_party/mindspore/tests/ut/cpp/stub/runtime/
Druntime_stub.cc122 rtError_t rtModelDestroy(rtModel_t model) { return RT_ERROR_NONE; } in rtModelDestroy() function