Home
last modified time | relevance | path

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

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