Home
last modified time | relevance | path

Searched refs:FUNC_GRAPH_FLAG_FORCE_INLINE (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/frontend/optimizer/irpass/
Dinline.h97 return fg->has_flag(FUNC_GRAPH_FLAG_FORCE_INLINE); in IsForceInline()
/third_party/mindspore/mindspore/core/ir/
Dfunc_graph.h87 const char FUNC_GRAPH_FLAG_FORCE_INLINE[] = "force_inline"; variable
/third_party/mindspore/mindspore/ccsrc/frontend/optimizer/ad/
Dkprim.cc461 expanded_fg->set_flag(FUNC_GRAPH_FLAG_FORCE_INLINE, true); in KPrimitive()