Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/core/abstract/
Danalysis_context.cc158 AbstractBasePtrList args_broad_shp; in SpecializeKey() local
159 …)std::transform(args_spec_list_.begin(), args_spec_list_.end(), std::back_inserter(args_broad_shp), in SpecializeKey()
178 AnalysisContextPtr context_new = CreateContext(nullptr, func_graph_, args_broad_shp); in SpecializeKey()