Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/pipeline/pynative/
Dpynative_execute.h82 bool ms_function_flag() const { return ms_function_flag_; } in ms_function_flag() function
83 void set_ms_function_flag(bool ms_function_flag) { ms_function_flag_ = ms_function_flag; } in set_ms_function_flag()