Home
last modified time | relevance | path

Searched defs:code_path (Results 1 – 1 of 1) sorted by relevance

/third_party/mindspore/mindspore/lite/micro/coder/
Dconfig.h33 void set_code_path(const std::string &code_path) { code_path_ = code_path; } in set_code_path()
34 std::string code_path() const { return code_path_; } in code_path() function