Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/pynative/grad/
Dtop_cell.h96 inline void set_need_save_dynamic_detect_nodes(bool is_need_save_dynamic_detect_nodes) { in set_need_save_dynamic_detect_nodes()
99 …inline bool is_need_save_dynamic_detect_nodes() const { return is_need_save_dynamic_detect_nodes_;… in is_need_save_dynamic_detect_nodes() function