Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/utils/context/
Dgraph_kernel_flags.cc202 reg.AddFlag("enable_expand_ops_only", &enable_expand_ops_only); in RegisterFlags()
230 json["enable_expand_ops_only"] = enable_expand_ops_only; in DumpAllFlags()
Dgraph_kernel_flags.h139 std::vector<std::string> enable_expand_ops_only; variable
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/graph_kernel/
Dgraph_kernel_expander.cc101 …OpListFilter(&expand_ops, flags.enable_expand_ops_only, flags.enable_expand_ops, flags.disable_exp… in GetExpandOps()