Home
last modified time | relevance | path

Searched refs:FUNC_GRAPH_OUTPUT_NO_RECOMPUTE (Results 1 – 6 of 6) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/frontend/optimizer/irpass/
Drecompute_prepare.h37 if (fg == nullptr || !fg->has_flag(FUNC_GRAPH_OUTPUT_NO_RECOMPUTE)) { in operator()
52 fg->erase_flag(FUNC_GRAPH_OUTPUT_NO_RECOMPUTE); in operator()
Dinline.h57 if (fg->has_flag(FUNC_GRAPH_OUTPUT_NO_RECOMPUTE)) { in operator()
124 if (fg->has_flag(FUNC_GRAPH_OUTPUT_NO_RECOMPUTE)) { in operator()
Dincorporate_getitem.h333 fg_->has_flag(FUNC_GRAPH_OUTPUT_NO_RECOMPUTE)) { in operator()
537 fg_->has_flag(FUNC_GRAPH_OUTPUT_NO_RECOMPUTE)) { in operator()
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/parse/
Dparse.h254 if (attr.first != FUNC_GRAPH_OUTPUT_NO_RECOMPUTE) { in MakeFunctionBlock()
/third_party/mindspore/mindspore/core/ir/
Dfunc_graph.h86 const char FUNC_GRAPH_OUTPUT_NO_RECOMPUTE[] = "output_no_recompute"; variable
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/
Daction.cc399 …ramter_obj_nodes().empty() || graphs.size() <= 1 || fg->has_flag(FUNC_GRAPH_OUTPUT_NO_RECOMPUTE)) { in CombineLikeGraphs()