Home
last modified time | relevance | path

Searched refs:FUNC_GRAPH_FLAG_SPECIALIZE_PARAMETER (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/frontend/operator/composite/
Dmap.cc54 ptrGraph->set_flag(FUNC_GRAPH_FLAG_SPECIALIZE_PARAMETER, true); in GenerateLeafFunc()
289 ptrGraph->set_flag(FUNC_GRAPH_FLAG_SPECIALIZE_PARAMETER, true); in GenerateFromTypes()
Dcomposite.cc343 ptr_graph->set_flag(FUNC_GRAPH_FLAG_SPECIALIZE_PARAMETER, true); in GenerateFromTypes()
/third_party/mindspore/mindspore/core/ir/
Dfunc_graph.h85 const char FUNC_GRAPH_FLAG_SPECIALIZE_PARAMETER[] = "spec_param"; variable
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/static_analysis/
Dprogram_specialize.cc707 … (func->isa<Parameter>() && func->func_graph()->has_flag(FUNC_GRAPH_FLAG_SPECIALIZE_PARAMETER))) { in ProcessCNode()