Searched defs:EnvInstance (Results 1 – 2 of 2) sorted by relevance
48 using EnvInstance = mindspore::EnvInstance; typedef
118 EnvInstance(const EnvInstance &v) : Value(v), contents_(v.contents_) {} in EnvInstance() function