Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/ge_runtime/
Druntime_model.cc267 if (rtLabelDestroy(label_list_[i]) != RT_ERROR_NONE) { in RtLabelDestory()
/third_party/mindspore/tests/ut/cpp/stub/runtime/
Druntime_stub.cc120 rtError_t rtLabelDestroy(rtLabel_t label) { return RT_ERROR_NONE; } in rtLabelDestroy() function