Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/pipeline/jit/
Dpipeline.cc672 auto phase_to_export = "export.air"; in IsPhaseExportAir() local
673 return phase.rfind(phase_to_export) != std::string::npos; in IsPhaseExportAir()