Home
last modified time | relevance | path

Searched refs:flags_cache_ (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/utils/context/
Dgraph_kernel_flags.h44 …if (flags == nullptr || contexts.first != flags->flags_cache_ || contexts.second != flags->enable_… in GetInstance()
196 : flags_cache_(graph_kernel_flags), enable_graph_kernel_(enable_graph_kernel) {} in GraphKernelFlags()
214 std::string flags_cache_; variable
Dgraph_kernel_flags.cc154 auto flag_map = ParseFlags(flags_cache_); in Refresh()
168 MS_LOG(INFO) << "graph_kernel_flags = \"" << flags_cache_ << "\", all flags: " << DumpAllFlags(); in Refresh()