Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/core/ir/
Ddtype.h260 inline const TypePtr kDict = std::make_shared<Dictionary>(); variable
Ddtype_extends.cc74 …ctTypeList, kList}, {kObjectTypeTuple, kTuple}, {kObjectTypeDictionary, kDict}, in TypeIdToType()