Searched defs:enum_map (Results 1 – 4 of 4) sorted by relevance
18 def enum_map(enum_from, enum_to, mappings): function
131 enum_map = { variable
120 map<string, EnumValue> enum_map = 1; field
44 const mindspore::HashMap<std::string, int> &enum_map, in OpAdapterImpl()