Home
last modified time | relevance | path

Searched refs:MsVmConvert (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/tests/ut/cpp/vm/
Dsegment_runner_test.cc60 auto convertResult = MsVmConvert(segments[0], ""); in TEST_F()
74 auto convertResult = MsVmConvert(segments[0], ""); in TEST_F()
88 auto convertResult = MsVmConvert(segments[0], ""); in TEST_F()
/third_party/mindspore/mindspore/ccsrc/vm/
Dsegment_runner.h43 extern LinkFuncType MsVmConvert;
Dsegment_runner.cc202 LinkFuncType MsVmConvert = Convert<VM>; variable
Dbackend.cc59 convert_fn_ = MsVmConvert; in Backend()