Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/utils/context/
Dgraph_kernel_flags.cc207 reg.AddFlag("enable_simplify_exprs_only", &enable_simplify_exprs_only); in RegisterFlags()
235 json["enable_simplify_exprs_only"] = enable_simplify_exprs_only; in DumpAllFlags()
Dgraph_kernel_flags.h171 std::vector<std::string> enable_simplify_exprs_only; variable
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/graph_kernel/
Darithmetic_simplify.cc536 std::unordered_set<std::string> enable_ids{flags.enable_simplify_exprs_only.begin(), in GetExpressions()
537 flags.enable_simplify_exprs_only.end()}; in GetExpressions()