Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/pipeline/jit/parse/
Dparse.h99 const std::string &support_fallback() const { return support_fallback_; } in support_fallback()
287 string support_fallback_; variable
Dparse.cc95 support_fallback_ = common::GetEnv("ENV_SUPPORT_FALLBACK"); in Parser()
/third_party/mindspore/mindspore/_extends/parse/
Dparser.py137 support_fallback_ = os.getenv('ENV_SUPPORT_FALLBACK') variable
167 if support_fallback_ != '1':