Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/backend/session/
Dsession_basic.h209 virtual bool IsSupportSummary() { return true; } in IsSupportSummary() function
Dascend_session.cc747 bool AscendSession::IsSupportSummary() { return !device::KernelAdjust::NeedInsertSwitch(); } in IsSupportSummary() function in mindspore::session::AscendSession