Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/core/utils/
Dtrace_info.h284 class TraceForceWhileCond : public TraceInfo {
286 …explicit TraceForceWhileCond(const DebugInfoPtr &info) : TraceInfo(info, "force_while_cond", "") {} in TraceForceWhileCond() function
287 MS_DECLARE_PARENT(TraceForceWhileCond, TraceInfo);
288 ~TraceForceWhileCond() override = default;
290 return std::make_shared<TraceForceWhileCond>(*shared_from_base<TraceForceWhileCond>()); in clone()
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/parse/
Dfunction_block.cc404 TraceGuard trace_guard(std::make_shared<TraceForceWhileCond>(cond->debug_info())); in ForceToWhileCond()