Home
last modified time | relevance | path

Searched defs:EnvInstance (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/pipeline/jit/
Dinit.cc48 using EnvInstance = mindspore::EnvInstance; typedef
/third_party/mindspore/mindspore/core/utils/
Dsymbolic.h118 EnvInstance(const EnvInstance &v) : Value(v), contents_(v.contents_) {} in EnvInstance() function