Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/utils/context/
Dgraph_kernel_flags.cc204 reg.AddFlag("enable_cluster_ops", &enable_cluster_ops); in RegisterFlags()
232 json["enable_cluster_ops"] = enable_cluster_ops; in DumpAllFlags()
Dgraph_kernel_flags.h151 std::vector<std::string> enable_cluster_ops; variable
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/graph_kernel/
Dgraph_kernel_cluster.cc100 …OpListFilter(&clusterable_ops, flags.enable_cluster_ops_only, flags.enable_cluster_ops, flags.disa… in GetClusterableOpList()