Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/utils/context/
Dgraph_kernel_flags.cc209 reg.AddFlag("enable_pass", &enable_pass); in RegisterFlags()
237 json["enable_pass"] = enable_pass; in DumpAllFlags()
Dgraph_kernel_flags.h184 std::vector<std::string> enable_pass; variable
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/graph_kernel/
Dgraph_kernel_pass_manager.cc44 enable = pass_in_list(flags_.enable_pass); in AddPass()