Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/pynative/forward/
Dforward.h78 inline bool IsFirstCell() const { return forward_cell_stack_.empty(); } in IsFirstCell() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/pynative/
Dpynative_execute.cc279 bool PyNativeExecutor::IsFirstCell() const { return forward_executor()->IsFirstCell(); } in IsFirstCell() function in mindspore::pynative::PyNativeExecutor